Related Experiment Video
Updated: Jul 6, 2026

12:59
Barnes Maze Testing Strategies with Small and Large Rodent Models
Published on: February 26, 2014
Taboo search: an approach to the multiple minima problem.
Summary
This study presents a novel global optimization method to solve complex problems with multiple minima. The algorithm effectively avoids local minima, ensuring a near-optimal solution for continuous functions.
Area of Science:
- Numerical Analysis
- Computational Mathematics
- Optimization Theory
Background:
- The multiple minima problem poses a significant challenge in continuous function optimization.
- Local minima often trap traditional optimization algorithms, preventing the discovery of global optima.
Purpose of the Study:
- To introduce a novel, derivative-free algorithm for solving the multiple minima problem in continuous functions.
- To demonstrate the algorithm's ability to avoid local minima and achieve near-optimal solutions.
Main Methods:
- The method is based on Glover's taboo search algorithm, adapted for continuous functions.
- Model calculations were used to demonstrate the algorithm's performance.
Main Results:
- The algorithm successfully avoids entrapment in local minima.
- Model calculations confirm the procedure's ability to find near-optimal solutions.
Conclusions:
- The proposed method offers a generally applicable, simple, and derivative-free approach to global optimization.
- This technique provides a robust solution for problems characterized by multiple local minima.
Related Concept Videos
Bonferroni Test
The Bonferroni test is a statistical test named after Carlo Emilio Bonferroni, an Italian mathematician best known for Bonferroni inequalities. This statistical test is a type of multiple comparison test to determine which means are different than the rest. Bonferroni test can minimize the Type 1 error by reducing the significance level alpha, which otherwise increases with sample pairs.
The means of different samples are first paired in all possible combinations.
The null hypothesis of the...
The means of different samples are first paired in all possible combinations.
The null hypothesis of the...
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...
Gaussian Elimination: Problem Solving
Systems of linear equations in several variables are pivotal in modeling complex scenarios involving multiple unknowns and constraints. Such systems are widely used in various fields to represent relationships where several conditions must be simultaneously satisfied. Each variable in the system corresponds to an unknown quantity, while each equation imposes a linear constraint, leading to a structured approach for analyzing and solving real-world problems.A system of three equations with three...
Local Maximum and Minimum Values
In multivariable calculus, a function of two variables can exhibit local maximum or minimum values at certain points on its surface. A local maximum occurs when the function's value at a point is greater than at all nearby points, while a local minimum occurs when the function’s value is less than at all nearby locations. These points are referred to as local extrema and are of central importance in optimization problems.Local extrema are found at critical points, where the surface becomes...
Lagrange Multipliers: Two Constraints
The method of Lagrange multipliers with two constraints is used to optimize a function subject to two independent constraints. In many applications, the objective function represents a quantity to be maximized or minimized, such as cost, area, distance, or energy. The two constraints represent requirements that the solution must satisfy, such as fixed volume, limited resources, or prescribed dimensions.For a function of three variables, each constraint forms a surface in three-dimensional space.
Lagrange Multipliers: Problem Solving
A silo with a cylindrical base, flat bottom, and hemispherical roof is a common design in agricultural and industrial storage due to its structural efficiency and ease of construction. Optimizing its dimensions to maximize storage capacity for a given amount of material—i.e., a fixed surface area—is a classic problem in applied calculus and engineering design. The key parameters are the radius r of the base and the height h of the cylindrical section.The total volume of the silo is obtained by...

