Open source 
Subscribe to Open source feed Open source
Trac Timeline
Updated: 21 hours 58 min ago

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