.. |
AlgorithmRunner.cpp
|
[yul-phaser] AlgorithmRunner: Count rounds from 1
|
2020-03-13 11:21:23 +01:00 |
AlgorithmRunner.h
|
[yul-phaser] AlgorithmRunner: Create a structure to store runner's options
|
2020-03-13 11:21:23 +01:00 |
Chromosome.cpp
|
[yul-phaser] Chromosome: Add a constructor that reads steps from an abbreviation string
|
2020-02-18 19:38:55 +01:00 |
Chromosome.h
|
[yul-phaser] Chromosome: Add a constructor that reads steps from an abbreviation string
|
2020-02-18 19:38:55 +01:00 |
Common.h
|
[yul-phaser] Add serializeChoice() and deserializeChoice()
|
2020-03-13 11:21:23 +01:00 |
Exceptions.h
|
[yul-phaser] Create BadInput exception hierarchy and make exceptions used by Phaser more specific
|
2020-03-16 20:32:59 +01:00 |
FitnessMetrics.cpp
|
[yul-phaser] ProgramSize: Add an option to repeat the optimisation sequence several times
|
2020-02-19 16:36:14 +01:00 |
FitnessMetrics.h
|
[yul-phaser] ProgramSize: Add an option to repeat the optimisation sequence several times
|
2020-02-19 16:36:14 +01:00 |
GeneticAlgorithms.cpp
|
[yul-phaser] Extract the code that controls execution of algorithm rounds from GeneticAlgorithm into AlgorithmRunner
|
2020-03-13 11:21:23 +01:00 |
GeneticAlgorithms.h
|
[yul-phaser] Extract the code that controls execution of algorithm rounds from GeneticAlgorithm into AlgorithmRunner
|
2020-03-13 11:21:23 +01:00 |
main.cpp
|
[yul-phaser] Don't return exit code from Phaser::main() and just assume 0 if it does not throw.
|
2020-03-16 20:32:59 +01:00 |
Mutations.cpp
|
[yul-phaser] Change the design of crossover operators so that they produce a single chromosome rather than a pair
|
2020-03-09 13:21:48 +01:00 |
Mutations.h
|
[yul-phaser] Change the design of crossover operators so that they produce a single chromosome rather than a pair
|
2020-03-09 13:21:48 +01:00 |
PairSelections.cpp
|
[yul-phaser] Add RandomPairSelection and PairMosaicSelection classes
|
2020-03-09 13:21:48 +01:00 |
PairSelections.h
|
[yul-phaser] Add RandomPairSelection and PairMosaicSelection classes
|
2020-03-09 13:21:48 +01:00 |
Phaser.cpp
|
[yul-phaser] Add --population option
|
2020-03-18 13:30:58 +01:00 |
Phaser.h
|
[yul-phaser] Add --population option
|
2020-03-18 13:30:58 +01:00 |
Population.cpp
|
[yul-phaser] Change the design of crossover operators so that they produce a single chromosome rather than a pair
|
2020-03-09 13:21:48 +01:00 |
Population.h
|
[yul-phaser] Population: Add mutate() and crossover() methods
|
2020-03-09 13:21:48 +01:00 |
Program.cpp
|
[yul-phaser] Program: Explicitly return variants values
|
2020-03-16 20:32:59 +01:00 |
Program.h
|
[yul-phaser] Returning an ErrorList from Program::load() if program has errors and printing them in Phaser
|
2020-03-16 20:32:59 +01:00 |
Selections.cpp
|
[yul-phaser] Add RangeSelection, MosaicSelection and RandomSelection classes
|
2020-02-25 15:25:16 +01:00 |
Selections.h
|
[yul-phaser] Add RangeSelection, MosaicSelection and RandomSelection classes
|
2020-02-25 15:25:16 +01:00 |
SimulationRNG.cpp
|
[yul-phaser] SimulationRNG: Add bernoulliTrial()
|
2020-02-16 02:18:21 +01:00 |
SimulationRNG.h
|
[yul-phaser] SimulationRNG: Add bernoulliTrial()
|
2020-02-16 02:18:21 +01:00 |