Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
PasaOpasen authored Mar 9, 2024
1 parent 212fd1e commit 0c63a18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ pip install geneticalgorithm2[full]
- new stop criteria callbacks (min std, max functions evaluations)
- `vartype` will support strings like `iiiiibbf`

## **TODO firstly**
- Remove old style mensions from README

## 6.8.6 minor update

- small package installation update: add `pip install geneticalgorithm2[full]` version
Expand Down Expand Up @@ -288,7 +291,7 @@ while True:
break
select parents to crossover from last population and to put them to new population:
select parents to crossover from last population and put them to new population:
select (elit count) best samples
select (parents count - elit count) random samples (by selection function)
Expand Down

0 comments on commit 0c63a18

Please sign in to comment.