Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Videos

GGOPT: an unconstrained non-linear optimizer.

J B Bassingthwaighte1, I S Chan, A A Goldstein

  • 1Center for Bioengineering, University of Washington, Seattle 98195.

Computer Methods and Programs in Biomedicine
|May 1, 1988
PubMed
Summary
This summary is machine-generated.

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Diverse Data Sets Can Yield Reliable Information through Mechanistic Modeling: Salicylic Acid Clearance.

British journal of pharmaceutical research·2016
Same author

Left ventricular finite element model bounded by a systemic circulation model.

Journal of biomechanical engineering·2013
Same author

BIFURCATING DISTRIBUTIVE SYSTEM USING MONTE CARLO METHOD.

Mathematical and computer modelling·2012
Same author

Evaluating maximum likelihood estimation methods to determine the Hurst coeficient.

Physica A·2012
Same author

The spectra and periodograms of anti-correlated discrete fractional Gaussian noise.

Physica A·2012
Same author

The kinetics of Ca-Na exchange in excitable tissue.

Mathematical biosciences·2011
Same journal

Facial iPPG heatmap patterns based on period-aware autoencoder show association with carotid atherosclerosis towards non-contact hemodynamic assessment.

Computer methods and programs in biomedicine·2026
Same journal

Explainable machine learning models predict liver fibrosis risk and outcome in the general population: Development and multi-cohort external validation.

Computer methods and programs in biomedicine·2026
Same journal

Evaluation of surrogate endpoints for survival outcomes using the surrogate package in R.

Computer methods and programs in biomedicine·2026
Same journal

Relative spectral and frication-based descriptors as numerical indicators of place of articulation shifts in fricatives produced by Polish children.

Computer methods and programs in biomedicine·2026
Same journal

Leaflet resection improves valve expansion and hemodynamic performance in redo TAVI with balloon- and self-expanding transcatheter heart valve configurations.

Computer methods and programs in biomedicine·2026
Same journal

Spectral super-resolution for Parkinson's voice via representation-level methods under mixed-reality acquisition.

Computer methods and programs in biomedicine·2026
See all related articles

GGOPT is a novel derivative-free optimizer designed for noisy smooth functions. It enhances parameter estimation accuracy by smoothing function values, gradients, and Hessians using an adjustable mesh and linear least squares.

Area of Science:

  • Numerical Analysis
  • Optimization Algorithms
  • Computational Mathematics

Background:

  • Non-linear optimization is crucial in many scientific and engineering fields.
  • Real-world function evaluations often contain noise from observations or computations, complicating optimization.
  • Existing derivative-free methods may struggle with noisy data, leading to inaccurate parameter estimates.

Purpose of the Study:

  • To introduce GGOPT, a derivative-free non-linear optimizer robust to noisy function evaluations.
  • To improve the accuracy of parameter estimation in the presence of significant function value errors.
  • To provide a method that effectively handles smooth functions with added noise.

Main Methods:

  • GGOPT employs an adjustable mesh strategy to locally approximate the function.

Related Experiment Videos

  • Linear least squares are utilized to compute smoothed function, gradient, and Hessian values at the mesh center.
  • A descent method, driven by these smoothed values, estimates the optimal parameters.
  • Main Results:

    • The smoothing process using an adjustable mesh and linear least squares effectively reduces the impact of noise.
    • Smoothed function, gradient, and Hessian estimates lead to more reliable parameter estimation.
    • The derivative-free approach makes GGOPT applicable to functions where derivatives are unavailable or difficult to compute.

    Conclusions:

    • GGOPT offers a robust and accurate solution for derivative-free non-linear optimization of noisy smooth functions.
    • The method's ability to provide smoothed derivative information enhances optimization performance.
    • This approach is particularly valuable when function values are derived from empirical data or computationally intensive simulations.