Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Georg Schaathun committed Mar 2, 2022
1 parent 25923c9 commit 7a550e0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,11 @@ an additional test script `testBeam.py` is provided, analogous to

The `ContinuousChromosome` module is provided for continuous GA.
The API replicates that of `BinaryChromosome`, so that they can be
used almost interchangeably.
used almost interchangeably.
The `ContinuousGA` module demonstrates this, using the original GA
with continuous chromosomes..
An alternative cross-over (mating) function to get decent results,
but the original single-point cross-over could be used.
The most critical difference when adapting binary test scripts
to continuous chromosomes is that the continuous representation
object does not take the `bits` argument to the constructor.

0 comments on commit 7a550e0

Please sign in to comment.