Open source 
Subscribe to Open source feed Open source
Trac Timeline
Updated: 3 hours 7 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

Changeset [1288]: Added helper functions

Wed, 2023-12-06 02:32

Added helper functions

Changeset [1287]: size_t int type casts

Wed, 2023-12-06 02:32

size_t <-> int type casts

Changeset [1286]: Improved Model-building error messages; for some cases changed ERROR ...

Wed, 2023-12-06 02:29

Improved Model-building error messages; for some cases changed ERROR to WARNING because the Model is still considered invalid (and Simulator.creatwarnfail will still be effective), but ERROR messages would by default stop the simulation

Changeset [1285]: Added toLowerCase/toUpperCase for UTF-8 strings

Wed, 2023-12-06 02:27

Added toLowerCase/toUpperCase for UTF-8 strings

Changeset [1284]: Added the != operator

Wed, 2023-12-06 02:25

Added the != operator