Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PasaOpasen authored May 14, 2024
1 parent 7a5d27e commit 0f2346a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Features of this package:

* written on **pure python**
* **extremely fast**
* **no hard dependencies** (only numpy primary, can work without matplotlib)
* **no hard dependencies** (only numpy primary)
* **easy to run**: no need to perform long task-setup process
* easy to logging, reach **support of flexible callbacks**
* **many built-in plotting functions**
Expand Down Expand Up @@ -529,7 +529,7 @@ Have a look at https://pasaopasen.github.io/geneticalgorithm2/geneticalgorithm2/

### AlgorithmParams object

The parameters of GA is defined as a dictionary or `AlgorithmParams` object: https://pasaopasen.github.io/geneticalgorithm2/geneticalgorithm2/data_types/algorithm_params.html
The parameters of GA are defined as a dictionary or `AlgorithmParams` object: https://pasaopasen.github.io/geneticalgorithm2/geneticalgorithm2/data_types/algorithm_params.html

To get the global default params use code:
```python
Expand Down

0 comments on commit 0f2346a

Please sign in to comment.