Skip to content

Commit

Permalink
Create fitness-functions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KRM7 committed Aug 19, 2023
1 parent 45c0e25 commit bcf2d50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/fitness-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ 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 bcf2d50

Please sign in to comment.