Skip to content

Commit 6c50214

Browse files
committed
simulation
1 parent 3d1ee76 commit 6c50214

3 files changed

+404
-26
lines changed

3a. Meshgrid-SphericalHrmonics.ipynb

+30-15
Large diffs are not rendered by default.

3b. Meshgrid-GradientDescient.ipynb renamed to 3b. Meshgrid-OptimizationExample.ipynb

+21-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"## Meshgrid : Gradient Descent"
7+
"## Meshgrid : Optimization with Gradient Descent"
88
]
99
},
1010
{
@@ -394,6 +394,26 @@
394394
"source": [
395395
"------------"
396396
]
397+
},
398+
{
399+
"cell_type": "markdown",
400+
"metadata": {},
401+
"source": [
402+
"### Other Optimization Methods:\n",
403+
"1. Method of Stepest Descend\n",
404+
"2. Newton-Raphson Method\n",
405+
"3. Newton-Raphson-Cartan Method\n",
406+
"4. Coordinate Descent Method\n",
407+
"5. Conjugate Gradient Method\n",
408+
"6. Stochastic gradient method"
409+
]
410+
},
411+
{
412+
"cell_type": "code",
413+
"execution_count": null,
414+
"metadata": {},
415+
"outputs": [],
416+
"source": []
397417
}
398418
],
399419
"metadata": {

3c. Meshgrid-SimulatedAnnealing.ipynb renamed to 3c. Meshgrid-SimulationExample.ipynb

+353-10
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)