From dca843afaa8406829547bf117a72cf2b2a4ec84a Mon Sep 17 00:00:00 2001 From: Lyleregenwetter <50681022+Lyleregenwetter@users.noreply.github.com> Date: Mon, 15 Jul 2024 00:25:18 -0400 Subject: [PATCH] Fix pop variable in Mixed Variable Docs (#613) pop -> pop_size --- docs/source/customization/mixed.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/customization/mixed.ipynb b/docs/source/customization/mixed.ipynb index 8211cfd6..ba6fa62a 100644 --- a/docs/source/customization/mixed.ipynb +++ b/docs/source/customization/mixed.ipynb @@ -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",