Nitpicking

release/4.3a0
p-zach 2025-04-05 15:29:11 -04:00
parent fab57eec54
commit 7c1a1e0765
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
"id": "f851cef5",
"metadata": {},
"source": [
"# DoglegOptimizer Class Documentation\n",
"# DoglegOptimizer\n",
"\n",
"## Overview\n",
"\n",
@ -23,7 +23,7 @@
"\n",
"The Dogleg step, $p_{dl}$, is a combination of these two steps, determined by the trust region radius $\\Delta$.\n",
"\n",
"It's key features:\n",
"Key features:\n",
"\n",
"- **Hybrid Approach**: Combines the strengths of both the steepest descent and Gauss-Newton methods.\n",
"- **Trust Region Method**: Utilizes a trust region to determine the step size, balancing between the accuracy of Gauss-Newton and the robustness of steepest descent.\n",

View File

@ -5,7 +5,7 @@
"id": "2e4812da",
"metadata": {},
"source": [
"# NonlinearOptimizer Class Documentation\n",
"# NonlinearOptimizer\n",
"\n",
"## Overview\n",
"\n",