Open source 
Subscribe to Open source feed Open source
Trac Timeline
Updated: 18 hours 8 min ago

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

Changeset [1291]: Cosmetic

Mon, 2024-01-15 04:46

Cosmetic

Changeset [1290]: Better mutation, crossover, and evaluation function for a simple ...

Mon, 2024-01-15 04:45

Better mutation, crossover, and evaluation function for a simple minimalistic numerical optimization example

Changeset [1289]: fitness_set_negative_to_zero boolean (a.k.a. "only positive fitness", ...

Mon, 2024-01-15 04:43

fitness_set_negative_to_zero boolean (a.k.a. "only positive fitness", needed for novelty and niching diversity control) becomes a command-line flag instead of a hardcoded value