Skip to content

Commit

Permalink
Fix pop variable in Mixed Variable Docs (#613)
Browse files Browse the repository at this point in the history
pop -> pop_size
  • Loading branch information
Lyleregenwetter authored Jul 15, 2024
1 parent 0922b11 commit dca843a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/customization/mixed.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"\n",
"problem = MixedVariableProblem()\n",
"\n",
"algorithm = MixedVariableGA(pop=10)\n",
"algorithm = MixedVariableGA(pop_size=10)\n",
"\n",
"res = minimize(problem,\n",
" algorithm,\n",
Expand Down

0 comments on commit dca843a

Please sign in to comment.