Open source 
Subscribe to Open source feed Open source
Trac Timeline
Updated: 54 min 6 sec ago

Changeset [1305]: Cosmetic

Sat, 2024-05-11 14:51

Cosmetic

Changeset [1304]: Added archive to the NSLC algorithm

Sat, 2024-04-27 14:47

Added archive to the NSLC algorithm

Changeset [1303]: Default parameter values for mutations: f1 and f4 "excluded modifiers" ...

Fri, 2024-04-26 00:50

Default parameter values for mutations: f1 and f4 "excluded modifiers" became "allowed modifiers", and f0 and f0s separate r,g,b mutation probabilities became a single color mutation probability

Changeset [1302]: Cosmetic / minor fixes

Thu, 2024-04-25 19:59

Cosmetic / minor fixes

Changeset [1301]: evol test results updated

Mon, 2024-04-22 00:31

evol test results updated

Changeset [1300]: geno_test result updated ("Not all Parts connected" is WARN since r12178)

Mon, 2024-04-22 00:30

geno_test result updated ("Not all Parts connected" is WARN since r12178)

Changeset [1299]: More reasonable usage of size_t, int, and unsigned int, and their ...

Fri, 2024-03-29 22:34

More reasonable usage of size_t, int, and unsigned int, and their conversions

Changeset [1298]: Introduced overloads for rndUint() with size_t and int arguments to ...

Fri, 2024-03-29 22:30

Introduced overloads for rndUint() with size_t and int arguments to avoid numerous type casts in sources

Changeset [1297]: Removed unused "static" fields

Sun, 2024-02-25 14:22

Removed unused "static" fields

Changeset [1296]: Niching and novelty techniques currently require ...

Fri, 2024-02-23 03:48

Niching and novelty techniques currently require Individual.fitness_set_negative_to_zero = True

Changeset [1295]: Updated for Python 3.9+

Wed, 2024-02-21 17:04

Updated for Python 3.9+

Changeset [1294]: Initialize more fields in constructors

Wed, 2024-02-21 16:38

Initialize more fields in constructors

Changeset [1293]: Cosmetic

Wed, 2024-02-21 15:51

Cosmetic

Changeset [1292]: - in numerical experiments, genotypes which are vectors of values now ...

Wed, 2024-02-21 15:50
  • in numerical experiments, genotypes which are vectors of values now use numpy arrays (instead of python lists)
  • make exceptions fatal in tests