Open source 
Subscribe to Open source feed Open source
Trac Timeline
Updated: 1 hour 5 min ago

Changeset [1319]: updated for Framsticks 5.0

Fri, 2024-07-12 01:32

updated for Framsticks 5.0

Changeset [1318]: Cosmetic

Thu, 2024-07-11 15:59

Cosmetic

Changeset [1317]: Randomly swap parents in crossover to avoid any imbalances or biases ...

Thu, 2024-07-11 15:41

Randomly swap parents in crossover to avoid any imbalances or biases in crossover implementations (in case parent order in the implementation of operators would matter - while we assume it should not)

Changeset [1316]: Fixed the reported fraction of parent1 and parent2 genes in the child, ...

Thu, 2024-07-11 15:38

Fixed the reported fraction of parent1 and parent2 genes in the child, when the second child is chosen (the fractions were previously swapped in this case, i.e, they did not match the order of parent names)

Changeset [1315]: Offset of fields within an object: replaced subtraction of ...

Thu, 2024-07-11 15:26

Offset of fields within an object: replaced subtraction of pointers/addresses with the official offsetof()

Changeset [1314]: Added realloc() implementation that behaves like free() when size==0 - ...

Thu, 2024-07-11 15:22

Added realloc() implementation that behaves like free() when size==0 - consistently on all platforms, in contrast to standard realloc()

Changeset [1313]: Color mutations in f1 and f4, and a new syntax for "allowed modifiers" ...

Thu, 2024-07-11 15:15

Color mutations in f1 and f4, and a new syntax for "allowed modifiers" (opposite to previous "excluded modifiers") with optional probabilities for each modifier

Changeset [1312]: Cosmetic

Fri, 2024-07-05 00:08

Cosmetic

Changeset [1311]: Introduced FITNESS_VALUE_INFEASIBLE_SOLUTION and modified selection ...

Fri, 2024-07-05 00:02

Introduced FITNESS_VALUE_INFEASIBLE_SOLUTION and modified selection and statistics so that infeasible solutions are explicitly excluded (previously they were not excluded from statistics calculation, and eliminating/discriminating them during selection only relied on their relatively poor fitness value)

Changeset [1310]: Introduced GENOTYPE_INVALID_OFFSPRING_SUBSTITUTE_ORIGINAL (True by ...

Wed, 2024-06-26 02:52

Introduced GENOTYPE_INVALID_OFFSPRING_SUBSTITUTE_ORIGINAL (True by default) for developers who do not specifically detect and handle returned invalid genotypes after mutate() and crossOver()

Changeset [1309]: Print genotypes that may have caused problems when being evaluated - ...

Tue, 2024-06-25 00:48

Print genotypes that may have caused problems when being evaluated - useful when reproducing the problem

Changeset [1308]: Added the ability to select a dissimilarity measure for crowding ...

Wed, 2024-06-05 20:35

Added the ability to select a dissimilarity measure for crowding distance (for NSGA2 and NSLC) independently from the main dissimilarity measure

Changeset [1307]: - compatibility update for modern blender versions (2.80 or later) - ...

Fri, 2024-05-31 01:08
  • compatibility update for modern blender versions (2.80 or later)
  • optional, enabled by default: use a single shared mesh instance for all sticks
  • the stick cylinder is now capped

Changeset [1306]: Introduced symbolic names for dissimilarity estimation methods

Mon, 2024-05-13 01:59

Introduced symbolic names for dissimilarity estimation methods

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)