Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Valdecy authored Dec 5, 2023
1 parent 91d1d0e commit ee49555
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ parameters = {
'w': 0.9,
'c1': 2,
'c2': 2,
'verbose': True,
'start_init': None,
'target_value': None
'verbose': True,
'start_init': None,
'target_value': None
}
pso = particle_swarm_optimization(target_function = easom, **parameters)

Expand Down

0 comments on commit ee49555

Please sign in to comment.