Skip to content

Commit

Permalink
Update to Mark 28.3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew committed Mar 28, 2022
1 parent 261cb3e commit e03050e
Show file tree
Hide file tree
Showing 13 changed files with 3,408 additions and 1,667 deletions.
992 changes: 590 additions & 402 deletions correlation_and_regression_analysis/quantile_linreg_easy.ipynb

Large diffs are not rendered by default.

1,980 changes: 1,178 additions & 802 deletions curve_and_surface_fitting/dim2_spline_ts_sctr.ipynb

Large diffs are not rendered by default.

17 changes: 8 additions & 9 deletions global_optimization/SQP_multistart.ipynb

Large diffs are not rendered by default.

34 changes: 29 additions & 5 deletions global_optimization/bnd_mcs_solve.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions local_optimization/BXNL/notebooks/orbit_ex.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
" Simply return rdx[i] = 2r, i = 1, ..., nres.\n",
" \"\"\"\n",
" rdx[:] = 2.0*np.ones(nres)*x[:]\n",
" return rdx, inform"
" return inform"
]
},
{
Expand Down Expand Up @@ -375,7 +375,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.12"
"version": "3.8.10"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,
Expand Down
4 changes: 2 additions & 2 deletions local_optimization/BXNL/notebooks/simple_BXNL.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
" rdx[i*n+4] = ((d[i] - mu)**2 - sigma**2)/sigma**3 * g\n",
" # dg/dAg\n",
" rdx[i*n+5] = gaussian(d[i], mu, sigma, 1.0)\n",
" return rdx, inform"
" return inform"
]
},
{
Expand Down Expand Up @@ -537,7 +537,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.12"
"version": "3.8.10"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,
Expand Down
1,022 changes: 994 additions & 28 deletions local_optimization/FOAS/rosenbrock2d.ipynb

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions multivariate_methods/k-means.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions operations_research/nag_rugby_tsm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -376,7 +376,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.8.10"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions roots/Anderson_Acceleration_Poisson.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -1455,7 +1455,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.8.10"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,
Expand Down
10 changes: 5 additions & 5 deletions special_functions/mathieu_functions.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit e03050e

Please sign in to comment.