ahmedfgad / GeneticAlgorithmPython

Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).
https://pygad.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.79k stars 451 forks source link

docs: correct context on "multi-objective" #254

Closed divineforge closed 5 months ago

divineforge commented 7 months ago

updated the text explanation on what's the multi-objective, instead of the wrongly written as 'single-objective' ?

MrChuse commented 7 months ago

@divineforge, could you add another fix into this pr, please? Two paragraphs above: Even there are some steps in the genetic algorithm pipeline that should be Even *though* there are some steps in the genetic algorithm pipeline that

divineforge commented 6 months ago

added additional corrections as well.