Skip to content

Commit e03050e

Browse files
author
Andrew
committed
Update to Mark 28.3.0.1
1 parent 261cb3e commit e03050e

File tree

13 files changed

+3408
-1667
lines changed

13 files changed

+3408
-1667
lines changed

correlation_and_regression_analysis/quantile_linreg_easy.ipynb

Lines changed: 590 additions & 402 deletions
Large diffs are not rendered by default.

curve_and_surface_fitting/dim2_spline_ts_sctr.ipynb

Lines changed: 1178 additions & 802 deletions
Large diffs are not rendered by default.

global_optimization/SQP_multistart.ipynb

Lines changed: 8 additions & 9 deletions
Large diffs are not rendered by default.

global_optimization/bnd_mcs_solve.ipynb

Lines changed: 29 additions & 5 deletions
Large diffs are not rendered by default.

local_optimization/BXNL/notebooks/orbit_ex.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
" Simply return rdx[i] = 2r, i = 1, ..., nres.\n",
122122
" \"\"\"\n",
123123
" rdx[:] = 2.0*np.ones(nres)*x[:]\n",
124-
" return rdx, inform"
124+
" return inform"
125125
]
126126
},
127127
{
@@ -375,7 +375,7 @@
375375
"name": "python",
376376
"nbconvert_exporter": "python",
377377
"pygments_lexer": "ipython3",
378-
"version": "3.7.12"
378+
"version": "3.8.10"
379379
},
380380
"latex_envs": {
381381
"LaTeX_envs_menu_present": true,

local_optimization/BXNL/notebooks/simple_BXNL.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
" rdx[i*n+4] = ((d[i] - mu)**2 - sigma**2)/sigma**3 * g\n",
222222
" # dg/dAg\n",
223223
" rdx[i*n+5] = gaussian(d[i], mu, sigma, 1.0)\n",
224-
" return rdx, inform"
224+
" return inform"
225225
]
226226
},
227227
{
@@ -537,7 +537,7 @@
537537
"name": "python",
538538
"nbconvert_exporter": "python",
539539
"pygments_lexer": "ipython3",
540-
"version": "3.7.12"
540+
"version": "3.8.10"
541541
},
542542
"latex_envs": {
543543
"LaTeX_envs_menu_present": true,

local_optimization/FOAS/rosenbrock2d.ipynb

Lines changed: 994 additions & 28 deletions
Large diffs are not rendered by default.

multivariate_methods/k-means.ipynb

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

operations_research/nag_rugby_tsm.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
],
363363
"metadata": {
364364
"kernelspec": {
365-
"display_name": "Python 3",
365+
"display_name": "Python 3 (ipykernel)",
366366
"language": "python",
367367
"name": "python3"
368368
},
@@ -376,7 +376,7 @@
376376
"name": "python",
377377
"nbconvert_exporter": "python",
378378
"pygments_lexer": "ipython3",
379-
"version": "3.8.5"
379+
"version": "3.8.10"
380380
}
381381
},
382382
"nbformat": 4,

roots/Anderson_Acceleration_Poisson.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,7 +1441,7 @@
14411441
],
14421442
"metadata": {
14431443
"kernelspec": {
1444-
"display_name": "Python 3",
1444+
"display_name": "Python 3 (ipykernel)",
14451445
"language": "python",
14461446
"name": "python3"
14471447
},
@@ -1455,7 +1455,7 @@
14551455
"name": "python",
14561456
"nbconvert_exporter": "python",
14571457
"pygments_lexer": "ipython3",
1458-
"version": "3.8.5"
1458+
"version": "3.8.10"
14591459
},
14601460
"latex_envs": {
14611461
"LaTeX_envs_menu_present": true,

0 commit comments

Comments
 (0)