Skip to content

Commit

Permalink
Undo the workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
janosg committed Nov 4, 2024
1 parent f9d1c2e commit ff76d3a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/source/how_to/how_to_algorithm_selection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@
" G[\"differentiable?\"] -- yes --> J[\"'scipy_lbfgsb', 'nlopt_lbfgsb', 'fides', ...\"]\n",
" G[\"differentiable?\"] -- no --> K[\"'nlopt_bobyqa', 'nlopt_neldermead', 'neldermead_parallel', ...\"]\n",
"\n",
" C[\"'ipopt', 'nlopt_slsqp', 'scipy_trust_constr', ...\"] ~~~ L[\" \"]:::transparent\n",
" H[\"'scipy_ls_lm', 'scipy_ls_trf', 'scipy_ls_dogleg', ...\"] ~~~ M[\" \"]:::transparent\n",
" I[\"'nag_dflos', 'pounders', 'tao_pounders', ...\"] ~~~ N[\" \"]:::transparent\n",
" J[\"'scipy_lbfgsb', 'nlopt_lbfgsb', 'fides', ...\"] ~~~ O[\" \"]:::transparent\n",
" K[\"'nlopt_bobyqa', 'nlopt_neldermead', 'neldermead_parallel', ...\"] ~~~ P[\" \"]:::transparent\n",
"\n",
" classDef transparent stroke:#FFFFFF, fill:#FFFFFF\n",
"```\n",
"\n",
"Going through the different questions will give you a list of candidate algorithms. \n",
Expand Down

0 comments on commit ff76d3a

Please sign in to comment.