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 Concept Videos

Optimization Problems01:26

Optimization Problems

Optimization problems often involve identifying maximum or minimum values under specific constraints. A well-known example is determining the longest horizontal pipe that can be moved around a right-angled corner, where a 3-meter-wide hallway meets a 2-meter-wide hallway. This scenario, common in architectural design and industrial transport, can be understood conceptually through geometric and trigonometric reasoning.To visualize the problem, consider the pipe as a straight line that touches...
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
Methods of Medium Optimization01:28

Methods of Medium Optimization

Optimizing growth media enhances microbial proliferation and maximizes product yield. Statistical experimental design methodologies provide structured and reproducible approaches, offering progressively higher levels of robustness and efficiency.The One-Factor-at-a-Time (OFAT) MethodThe One-Factor-at-a-Time (OFAT) method involves adjusting a single variable while keeping all others constant. However, it cannot detect interactions between variables, often leading to suboptimal outcomes when...
Statically Indeterminate Problem Solving01:16

Statically Indeterminate Problem Solving

Statically indeterminate problems are those where statics alone can not determine the internal forces or reactions. Consider a structure comprising two cylindrical rods made of steel and brass. These rods are joined at point B and restrained by rigid supports at points A and C. Now, the reactions at points A and C and the deflection at point B are to be determined. This rod structure is classified as statically indeterminate as the structure has more supports than are necessary for maintaining...
Woodward–Hoffmann Selection Rules and Microscopic Reversibility01:34

Woodward–Hoffmann Selection Rules and Microscopic Reversibility

Electrocyclic reactions, cycloadditions, and sigmatropic rearrangements are concerted pericyclic reactions that proceed via a cyclic transition state. These reactions are stereospecific and regioselective. The stereochemistry of the products depends on the symmetry characteristics of the interacting orbitals and the reaction conditions. Accordingly, pericyclic reactions are classified as either symmetry-allowed or symmetry-forbidden. Woodward and Hoffmann presented the selection criteria for...
Randomized Experiments01:13

Randomized Experiments

The randomization process involves assigning study participants randomly to experimental or control groups based on their probability of being equally assigned. Randomization is meant to eliminate selection bias and balance known and unknown confounding factors so that the control group is similar to the treatment group as much as possible. A computer program and a random number generator can be used to assign participants to groups in a way that minimizes bias.
Simple randomization
Simple...

You might also read

Related Articles

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

Sort by
Same author

Experimental comparison of six population-based algorithms for continuous black box optimization.

Evolutionary computation·2012
Same author

A comparison of global search algorithms for continuous black box optimization.

Evolutionary computation·2012
See all related articles

Related Experiment Videos

Restarted local search algorithms for continuous black box optimization.

Petr Pošík1, Waltraud Huyer

  • 1Faculty of Electrical Engineering, Czech Technical University in Prague, Czech Republic. posik@labe.felk.cvut.cz

Evolutionary Computation
|July 12, 2012
PubMed
Summary
This summary is machine-generated.

This study compares local search algorithms for real-valued domains. For low dimensions, Nelder-Mead simplex search is best, while higher dimensions benefit from quadratic modeling methods like NEWUOA or quasi-Newton.

Related Experiment Videos

Area of Science:

  • Optimization algorithms
  • Computational mathematics

Background:

  • Local search algorithms are crucial for solving complex optimization problems.
  • Choosing appropriate baseline algorithms is essential for benchmarking evolutionary computation methods.

Purpose of the Study:

  • To compare several local search algorithms in real-valued domains.
  • To guide evolutionary algorithm researchers in selecting effective baseline opponents.
  • To inspire hybridization strategies between evolutionary and local search methods.

Main Methods:

  • Comparison of axis parallel line search, Nelder-Mead simplex search, Rosenbrock's algorithm, quasi-Newton method, NEWUOA, and VXQR.
  • Implementation within a multi-start framework.
  • Adoption of the Comparing Continuous Optimizers (COCO) methodology.

Main Results:

  • The Nelder-Mead simplex search algorithm remains highly successful in low-dimensional spaces.
  • For higher-dimensional problems, algorithms utilizing quadratic modeling, such as NEWUOA and quasi-Newton methods, demonstrate superior performance.

Conclusions:

  • Algorithm performance is highly dependent on problem dimensionality.
  • Quadratic modeling approaches offer a robust baseline for high-dimensional continuous optimization.
  • The findings provide valuable insights for selecting and hybridizing optimization algorithms.