Skip to content

Commit

Permalink
Add nlopt_lbfgsb to the algorithm selection tree
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrosian committed Oct 5, 2024
1 parent 878802f commit 8d6a7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/how_to/how_to_algorithm_selection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
" F[\"differentiable?\"] -- yes --> H[\"'scipy_ls_lm', 'scipy_ls_trf', 'scipy_ls_dogleg'\"]\n",
" F[\"differentiable?\"] -- no --> I[\"'nag_dflos', 'pounders', 'tao_pounders'\"]\n",
"\n",
" G[\"differentiable?\"] -- yes --> J[\"'scipy_lbfgsb', 'fides'\"]\n",
" G[\"differentiable?\"] -- yes --> J[\"'scipy_lbfgsb', 'nlopt_lbfgsb', 'fides'\"]\n",
" G[\"differentiable?\"] -- no --> K[\"'nlopt_bobyqa', 'nlopt_neldermead', 'neldermead_parallel'\"]\n",
"```\n",
"\n"
Expand Down

0 comments on commit 8d6a7a1

Please sign in to comment.