Genetic Algorithm Selection for large scale problem

3 vues (au cours des 30 derniers jours)
Muhammad Qaisar Fahim
Muhammad Qaisar Fahim le 2 Nov 2022
Réponse apportée : Aritra le 22 Nov 2022
I want to solve large-scale optimization problems using a Genetic Algorithm.
Can you please advise me on whether using MATLAb's built-in optimization toolbox is better than creating my own genetic algorithm script as I may need to vectorize and also may be at a later stage hybridize it by combining it with some search algorithm or exact method.

Réponses (1)

Aritra
Aritra le 22 Nov 2022
Hi Fahim,
As per my understanding you are trying to get insights on the properties of the Genetic Algorithm shipped in Global Optimization Toolbox.
The Global Optimization Toolbox in MATLAB comes with pre-implemented Genetic Algorithm which can be used for solving various types of smooth/non-smooth problems with any types of constraints.
  • You can apply this algorithm to problems having linear, non-linear or integer constraints.
  • You can choose among a set of options for fitness scaling, creation, selection, crossover, and mutation.
  • You can also customize by proving your own functions for creation, selection, and mutation.
For detail, please see this MathWorks documentation below for more information on Custom Options and Outputs in Genetic Algorithm: https://in.mathworks.com/help/gads/options-and-outputs.html
For detail, please see this MathWorks documentation below for more information on Custom Data Type Optimization Using Genetic Algorithm: https://in.mathworks.com/help/gads/custom-data-type-optimization-using-ga.html

Produits


Version

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by