Skip to content

Commit

Permalink
Fix mermaid?
Browse files Browse the repository at this point in the history
  • Loading branch information
janosg committed Nov 4, 2024
1 parent 2db7f7d commit 57b8f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/how_to/how_to_algorithm_selection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
" E[\"Can you exploit<br/>a least-squares<br/>structure?\"] -- no --> G[\"differentiable?\"]\n",
"\n",
" F[\"differentiable?\"] -- yes --> H[\"scipy_ls_lm; scipy_ls_trf; scipy_ls_dogleg\"]\n",
" F[\"differentiable?\"] -- no --> I[\"nag_dflos, pounders, tao_pounders\"]\n",
" F[\"differentiable?\"] -- no --> I[\"nag_dflos/pounders/tao_pounders\"]\n",
"\n",
" G[\"differentiable?\"] -- yes --> J[\"scipy_lbfgsb, nlopt_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 57b8f45

Please sign in to comment.