Skip to content

Commit 84c879d

Browse files
committed
Update readme
1 parent 3f71ec0 commit 84c879d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PyGAD: Genetic Algorithm in Python
22

3-
[PyGAD](https://pypi.org/project/pygad) is an open-source easy-to-use Python 3 library for building the genetic algorithm and optimizing machine learning algorithms. It supports Keras and PyTorch.
3+
[PyGAD](https://pypi.org/project/pygad) is an open-source easy-to-use Python 3 library for building the genetic algorithm and optimizing machine learning algorithms. It supports Keras and PyTorch. PyGAD supports optimizing both single-objective and multi-objective problems.
44

55
Check documentation of the [PyGAD](https://pygad.readthedocs.io/en/latest).
66

@@ -146,7 +146,7 @@ on_stop()
146146

147147
# Example
148148

149-
Check the [PyGAD's documentation](https://pygad.readthedocs.io/en/latest/pygad.html) for information about the implementation of this example.
149+
Check the [PyGAD's documentation](https://pygad.readthedocs.io/en/latest/pygad.html) for information about the implementation of this example. It solves a single-objective problem.
150150

151151
```python
152152
import pygad

0 commit comments

Comments
 (0)