File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
src/evox/algorithms/so/de_variants Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ def init_step(self):
99
99
This method evaluates the fitness of the initial population and then calls the `step` method to perform the first optimization iteration.
100
100
"""
101
101
self .fit = self .evaluate (self .pop )
102
- self .step ()
103
102
104
103
def step (self ):
105
104
"""
Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ def init_step(self):
84
84
This method evaluates the fitness of the initial population and then calls the `step` method to perform the first optimization iteration.
85
85
"""
86
86
self .fit = self .evaluate (self .pop )
87
- self .step ()
88
87
89
88
def step (self ):
90
89
"""
Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ def init_step(self):
99
99
This method evaluates the fitness of the initial population and then calls the `step` method to perform the first optimization iteration.
100
100
"""
101
101
self .fit = self .evaluate (self .pop )
102
- self .step ()
103
102
104
103
def step (self ):
105
104
"""
You can’t perform that action at this time.
0 commit comments