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

Optimal Foraging00:48

Optimal Foraging

14.2K
How animals obtain and eat their food is called foraging behavior. Foraging can include searching for plants and hunting for prey and depends on the species and environment.
14.2K
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

394
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...
394
Methods of Medium Optimization01:28

Methods of Medium Optimization

19
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...
19
Optimization Problems01:26

Optimization Problems

138
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...
138
Quadratic Equations01:29

Quadratic Equations

559
A quadratic equation is an algebraic expression where a variable is raised to the second power and combined with its first power and a constant; all equated to zero. These equations are frequently used to model relationships involving area, motion, and optimization. The general representation of a quadratic equation iswhere a, b, and c are real values, and a is nonzero to ensure the presence of the squared term.One method for solving a quadratic equation involves rewriting it as a product of...
559
Gaussian Elimination: Problem Solving01:30

Gaussian Elimination: Problem Solving

276
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...
276

You might also read

Related Articles

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

Sort by
Same author

From COVID-19 to monkeypox: a novel predictive model for emerging infectious diseases.

BioData mining·2024
Same author

Enhancing infectious disease prediction model selection with multi-objective optimization: an empirical study.

PeerJ. Computer science·2024
Same author

Improve correlation matrix of Discrete Fourier Transformation technique for finding the missing values of MRI images.

Mathematical biosciences and engineering : MBE·2022
Same author

Supervised, Unsupervised, and Semi-Supervised Feature Selection: A Review on Gene Selection.

IEEE/ACM transactions on computational biology and bioinformatics·2015
Same author

Improvement of adaptive GAs and back propagation ANNs performance in condition diagnosis of multiple bearing system using grey relational analysis.

Computational intelligence and neuroscience·2015
Same author

Combating obesity through healthy eating behavior: a call for system dynamics optimization.

PloS one·2014
Same journal

RETRACTION: Real-Time Modulation of Physical Training Intensity Based on Wavelet Recursive Fuzzy Neural Networks.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: Multidimensional Heterogeneous Network Link Adaptation Based on Mobile Environment.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: Framework to Segment and Evaluate Multiple Sclerosis Lesion in MRI Slices Using VGG-UNet.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: Facial Emotion Recognition Using a Novel Fusion of Convolutional Neural Network and Local Binary Pattern in Crime Investigation.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: Automatic Intelligent System Using Medical of Things for Multiple Sclerosis Detection.

Computational intelligence and neuroscience·2026
Same journal

RETRACTION: Intangible Cultural Heritage Reproduction and Revitalization: Value Feedback, Practice, and Exploration Based on the IPA Model.

Computational intelligence and neuroscience·2026
See all related articles

Related Experiment Video

Updated: Mar 26, 2026

Spatial Multiobjective Optimization of Agricultural Conservation Practices using a SWAT Model and an Evolutionary Algorithm
11:53

Spatial Multiobjective Optimization of Agricultural Conservation Practices using a SWAT Model and an Evolutionary Algorithm

Published on: December 9, 2012

13.6K

A Biogeography-Based Optimization Algorithm Hybridized with Tabu Search for the Quadratic Assignment Problem.

Wee Loon Lim1, Antoni Wibowo2, Mohammad Ishak Desa3

  • 1Faculty of Computing, Universiti Teknologi Malaysia (UTM), 81310 Johor Bahru, Johor, Malaysia.

Computational Intelligence and Neuroscience
|January 29, 2016
PubMed
Summary
This summary is machine-generated.

This study introduces a hybrid optimization method for the quadratic assignment problem (QAP). By replacing mutation with tabu search in biogeography-based optimization (BBO), it significantly improves solution quality for QAP instances.

More Related Videos

The Modular Design and Production of an Intelligent Robot Based on a Closed-Loop Control Strategy
11:53

The Modular Design and Production of an Intelligent Robot Based on a Closed-Loop Control Strategy

Published on: October 14, 2017

12.4K

Related Experiment Videos

Last Updated: Mar 26, 2026

Spatial Multiobjective Optimization of Agricultural Conservation Practices using a SWAT Model and an Evolutionary Algorithm
11:53

Spatial Multiobjective Optimization of Agricultural Conservation Practices using a SWAT Model and an Evolutionary Algorithm

Published on: December 9, 2012

13.6K
The Modular Design and Production of an Intelligent Robot Based on a Closed-Loop Control Strategy
11:53

The Modular Design and Production of an Intelligent Robot Based on a Closed-Loop Control Strategy

Published on: October 14, 2017

12.4K

Area of Science:

  • Operations Research
  • Computer Science
  • Artificial Intelligence

Background:

  • The quadratic assignment problem (QAP) is a computationally challenging NP-hard optimization problem with diverse real-world applications.
  • Biogeography-based optimization (BBO) is an emerging metaheuristic inspired by species migration, known for competitive performance.
  • Classical BBO's mutation operator can degrade solution quality for QAP.

Purpose of the Study:

  • To enhance the performance of biogeography-based optimization for solving the quadratic assignment problem.
  • To address the limitations of the standard mutation operator in BBO when applied to QAP.

Main Methods:

  • A hybrid optimization approach was developed, integrating Biogeography-based Optimization (BBO) with Tabu Search.
  • The mutation operator in the classical BBO algorithm was replaced by a Tabu Search procedure.
  • The proposed hybrid method was evaluated using benchmark instances from the QAPLIB library.

Main Results:

  • The hybrid BBO-Tabu Search method demonstrated superior performance in solving QAP instances.
  • Experiments showed the method finds high-quality solutions within practical computational timeframes.
  • Out of 61 tested QAPLIB instances, the hybrid approach achieved the best known solutions for 57.

Conclusions:

  • The proposed hybrid technique effectively overcomes the weaknesses of classical BBO for QAP.
  • This novel approach offers a robust and efficient method for tackling complex quadratic assignment problems.
  • The results highlight the potential of hybrid metaheuristics in combinatorial optimization.