Numerical Optimization¶
Nocedal, J., & Wright, S. J. (2006). Numerical Optimization. Springer.
Cited by¶
4 citations across 4 artifacts.
Each citation links to the sentence it supports in the citing article.
Primes¶
- Optimization Landscape
- In mathematical optimisation, convexity, multimodality, and conditioning are landscape properties that determine which algorithms — gradient descent, Newton, BFGS, simulated annealing, basin-hopping — succeed, and the landscape framing is the working vocabulary of modern numerical optimisation.
This sourceStandard reference treating convexity, conditioning, and modality as the landscape properties governing gradient, Newton, and quasi-Newton methods.
- In mathematical optimisation, convexity, multimodality, and conditioning are landscape properties that determine which algorithms — gradient descent, Newton, BFGS, simulated annealing, basin-hopping — succeed, and the landscape framing is the working vocabulary of modern numerical optimisation.
- Termination Condition
- The unfolding process is the iteration \(x_{n+1} = x_n - f(x_n)/f'(x_n)\), which under good conditions doubles the number of correct digits each step.
This sourceCovers Newton's method, its local quadratic convergence, and the composite stopping criteria (gradient/step-size tolerance plus iteration cap) of practical solvers.
- The unfolding process is the iteration \(x_{n+1} = x_n - f(x_n)/f'(x_n)\), which under good conditions doubles the number of correct digits each step.
Domain-specific¶
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Registry ID ref:a53337f3961a · see in the full table