Skip to content

Commit

Permalink
Fixed links between READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Georg Schaathun committed Mar 17, 2022
1 parent 56039da commit e658565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ The code is crude. Please suggest improvements.
+ [BinaryGA](BinaryGA)
- all the necessary demoes to optimise floating point functions
using a binary GA
+ [ContinuousGA]()
+ [ContinuousGA](ContinuousGA)
- builds on BinaryGA adding demoes for floating point chromosomes
+ [TournamentGA]()
+ [TournamentGA](TournamentGA)
- this variant demonstrates tournament selection. The API of the
mating function is not compatible, and the population is not
sorted.
+ [Simulation](https://github.com/hgeorgsch/pygax/tree/main/Simulation)
+ [Simulation](Simulation)
- demo of GA to simulate economic markets

## Releases
Expand Down

0 comments on commit e658565

Please sign in to comment.