File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1039,7 +1039,7 @@ Let's discuss how to do each of these steps.
10391039Preparing the ``fitness_func `` Parameter
10401040-----------------------------------------
10411041
1042- Even there are some steps in the genetic algorithm pipeline that can
1042+ Even though some steps in the genetic algorithm pipeline can
10431043work the same regardless of the problem being solved, one critical step
10441044is the calculation of the fitness value. There is no unique way of
10451045calculating the fitness value and it changes from one problem to
@@ -1066,8 +1066,8 @@ optimization problem is single-objective or multi-objective.
10661066 corresponding objective.
10671067
10681068Using a user-defined fitness function allows the user to freely use
1069- PyGAD to solve any problem by passing the appropriate fitness
1070- function/method. It is very important to understand the problem well for
1069+ PyGAD solves any problem by passing the appropriate fitness
1070+ function/method. It is very important to understand the problem well before
10711071creating it.
10721072
10731073Let's discuss an example:
You can’t perform that action at this time.
0 commit comments