@@ -3545,30 +3545,30 @@ through the ``on_crossover_callback()`` and ``on_gen()``, respectively.
35453545
35463546 ----------------------------------------------------------------------
35473547 PyGAD Lifecycle
3548- =========================================
3549- Step Handler Output Shape
3550- =========================================
3551- Fitness Function genetic_fitness () (1)
3548+ ======================================================================
3549+ Step Handler Output Shape
3550+ ======================================================================
3551+ Fitness Function genetic_fitness () (1)
35523552 Fitness batch size: 4
35533553 ----------------------------------------------------------------------
3554- Parent Selection steady_state_selection () (10, 6)
3554+ Parent Selection steady_state_selection () (10, 6)
35553555 Number of Parents: 10
35563556 ----------------------------------------------------------------------
3557- Crossover single_point_crossover () (10, 6)
3557+ Crossover single_point_crossover () (10, 6)
35583558 Crossover probability: 0.4
35593559 ----------------------------------------------------------------------
3560- On Crossover on_crossover_callback () None
3560+ On Crossover on_crossover_callback () None
35613561 ----------------------------------------------------------------------
3562- Mutation random_mutation () (10, 6)
3562+ Mutation random_mutation () (10, 6)
35633563 Mutation Genes: 1
35643564 Random Mutation Range: (-1.0, 1.0)
35653565 Mutation by Replacement: False
35663566 Allow Duplicated Genes: True
35673567 ----------------------------------------------------------------------
3568- On Generation on_gen () None
3568+ On Generation on_gen () None
35693569 Stop Criteria: [[' reach' , 10.0]]
35703570 ----------------------------------------------------------------------
3571- =========================================
3571+ ======================================================================
35723572 Population Size: (20, 6)
35733573 Number of Generations: 100
35743574 Initial Population Range: (-4, 4)
@@ -3577,7 +3577,7 @@ through the ``on_crossover_callback()`` and ``on_gen()``, respectively.
35773577 Parallel Processing: [' thread' , 2]
35783578 Save Best Solutions: False
35793579 Save Solutions: False
3580- =========================================
3580+ ======================================================================
35813581
35823582 We can set the ``print_step_parameters `` and
35833583``print_parameters_summary `` parameters to ``False `` to not print the
@@ -3592,22 +3592,22 @@ parameters.
35923592
35933593 ----------------------------------------------------------------------
35943594 PyGAD Lifecycle
3595- =========================================
3596- Step Handler Output Shape
3597- =========================================
3598- Fitness Function genetic_fitness () (1)
3595+ ======================================================================
3596+ Step Handler Output Shape
3597+ ======================================================================
3598+ Fitness Function genetic_fitness () (1)
35993599 ----------------------------------------------------------------------
3600- Parent Selection steady_state_selection () (10, 6)
3600+ Parent Selection steady_state_selection () (10, 6)
36013601 ----------------------------------------------------------------------
3602- Crossover single_point_crossover () (10, 6)
3602+ Crossover single_point_crossover () (10, 6)
36033603 ----------------------------------------------------------------------
3604- On Crossover on_crossover_callback () None
3604+ On Crossover on_crossover_callback () None
36053605 ----------------------------------------------------------------------
3606- Mutation random_mutation () (10, 6)
3606+ Mutation random_mutation () (10, 6)
36073607 ----------------------------------------------------------------------
3608- On Generation on_gen () None
3608+ On Generation on_gen () None
36093609 ----------------------------------------------------------------------
3610- =========================================
3610+ ======================================================================
36113611
36123612 Batch Fitness Calculation
36133613=========================
0 commit comments