Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Evolutionary-Intelligence authored Oct 27, 2024
1 parent 19710bb commit df6e4fa
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 @@ -47,9 +47,9 @@ Genetical Theory of Natural Selection](https://tinyurl.com/3we44pt4), which dire
[proposal](https://tinyurl.com/5emfc5hb) of [Genetic Algorithms
(GA)](https://tinyurl.com/mptr255h).

2. Define the objective/cost/error/fitness function to be **minimized** for the optimization
problem at hand (in this library, the term **fitness function** is used, following the
well-established tradition of evolutionary computation):
2. Define the objective/cost/loss/error/fitness function to be **minimized** for the
optimization problem at hand (in this library, the term **fitness function** is used,
following the established terminology tradition of evolutionary computation):

```Python
import numpy as np # for numerical computation, also the computing engine of pypop7
Expand Down

0 comments on commit df6e4fa

Please sign in to comment.