Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Update metaheuristics_example.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-van-Woudenberg committed May 22, 2024
1 parent 44abaad commit dd1d652
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book/pages/metaheuristics_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@
"source": [
"import scipy as sp \n",
"import numpy as np\n",
"import micropip\n",
"await micropip.install(\"pymoo\")\n",
"from pymoo.problems.functional import FunctionalProblem as FunctionalProblem #import problem definer\n",
"from pymoo.algorithms.soo.nonconvex.ga import GA #import algoritm\n",
"from pymoo.optimize import minimize #import general minimizer\n",
Expand Down

0 comments on commit dd1d652

Please sign in to comment.