Skip to content

Commit

Permalink
Update fitness-functions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KRM7 committed Aug 19, 2023
1 parent bcf2d50 commit bf44932
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/fitness-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ template<typename GeneType, size_t ChromLen>
class FitnessFunction;
```

By default, the chromosome length is assumed to be constant -
ie. all of the solutions will have the same chromosome length
which will not change throughout the run - but there is also a
way to use variable chromosome lengths.

### Number of objectives

The number of objectives is another important property of the
Expand Down

0 comments on commit bf44932

Please sign in to comment.