darwin 0.7.0 darwin: ^0.7.0 copied to clipboard
A genetic/evolutionary algorithm library for Dart.
0.7.0 #
- Fix wrong polarity of
dominates()
- BREAKING: Make list of
Generation.members
final - BREAKING:
evaluateLastGeneration
-->evaluateLatestGeneration
0.6.0 #
- Update to conform latest Dart style and
pkg:lints
- BREAKING:
IsolateTask.MAX_INT
is nowIsolateTask.maxInt
- BREAKING:
IsolateWorker.MAX_QUEUE
is nowIsolateWorker.maxQueue
- BREAKING:
MultithreadedPhenotypeSerialEvaluator.BATCH_SIZE
is nowMultithreadedPhenotypeSerialEvaluator.batchSize
- BREAKING:
- Replace wrong usage of
Null
with the correctvoid
- Fix non-standard name of constructor (
MyPhenotype.Random
) in example
0.5.1 #
- Make sure README links to
https
URLs (as per pub.dev guidelines)
0.5.0 #
- BREAKING: Null Safety migration
- BREAKING: fixed typo in
GenerationBreeder.propability
to.probability
- BREAKING: fixed typo in
Evaluator.cummulative
to.cumulative
- BREAKING: fixed typo in
Generation.cummulativeFitnes
to.cumulativeFitness
- BREAKING: changed
ALL_CAPS_FIELDS
into the more idiomaticcamelCaseFields
GeneticAlgorithm.MAX_EXPERIMENTS
tothresholdResult
GeneticAlgorithm.MAX_GENERATIONS_IN_MEMORY
tomaxGenerationsInMemory
0.4.2 #
- Resolve implicit cast problem
- Remove optional
new
andconst
- Apply modern Dart formatting
0.4.1 #
- Upgrade to Dart 2