Skip to content

Commit

Permalink
docs: minor text formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonKramer committed Nov 10, 2024
1 parent b02062e commit 130e4d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
"source": [
"Next, we need to define our optimization algorithm. This is a class that inherits from `optimization.OptimizerGeneric`. This class has two requirements:\n",
"\n",
"1. The constructor must accept the optimization problem as an argument. This is an instance of 'optimization.OptimizationProblem'.\n",
"2. The class must implement an optimization method.\n",
"1. The constructor must accept the optimization problem as an argument. This is an instance of `optimization.OptimizationProblem`.\n",
"2. The class must implement the `optimize` method.\n",
"\n",
"The optimization algorithm is as follows:\n",
"\n",
Expand Down

0 comments on commit 130e4d5

Please sign in to comment.