I would be very grateful if someone can recommend me a well-written MATLAB code that is readable.
Thank you!
The code in this repository has detailed comments on what's going to happen. Use google-translate to translate from Mandarin.
Main Repo:
https://github.com/Shuai-Xie/genetic-algorithm
Main GA Algorithm:
https://github.com/Shuai-Xie/genetic-algorithm/blob/master/GA/my_ga.m
Dear Ehsan,
Yes there are MATLAB code for Genetic Algorithm easy to understand and to implement.
https://www.mathworks.com/help/gads/examples/genetic-algorithm-options.html
https://www.mathworks.com/help/gads/how-the-genetic-algorithm-works.html
https://www.mathworks.com/help/gads/examples/coding-and-minimizing-a-fitness-function-using-the-genetic-algorithm.html
Dear Ehsan Shams,
I suggest you to see links and attached files on topic.
An Introduction to Genetic Algorithms
www.javamath.com › snucode › lecture
sahand feiziazar genetic algorithms for flow-shop ... - Semantic Scholar
https://pdfs.semanticscholar.org › ...
Genetic Algorithms - Springer Link
link.springer.com › content › pdf
CROSSOVER, MUTATION AND EVOLUTION
ir.knust.edu.gh › bitstream › Final
A Constraint-Handling Technique for Genetic Algorithms using ... - arXiv
https://arxiv.org › pdf
Best regards
I just heard of the terminology "black box optimization". I am a little confused about what does it mean! as the name suggests and as I learned is that you are trying to design an algorithm that...
10 November 2019 786 2 View
How to ensure that my ga code is good enough? I guess I should test it on various test functions that are different in structure, that's one obvious thing but, what about the number of chromosomes...
09 October 2019 2,098 3 View
I have found that some mathematicians disagree with meta-heuristic and heuristic algorithms. However, from a pragmatic point of view such algorithms often can find high-quality solutions (better...
07 August 2019 2,734 26 View
Is it advisable for a graduate student to learn from a paper published on arXiv? or that it is better to stick to peer-reviewed works since fresh graduate students do not yet have much...
03 April 2019 4,222 3 View
I am interested in evaluating mesh optimization solvers that converge to high aspect ratio unstructured hexahedral grids. In other words, I am interested in a solver that optimizes warpage,...
26 February 2021 7,279 2 View
Hi, I am having trouble with a problem, in the field of Optimal Control and the generation of optimal time-series. Let's consider a system, whose dynamics are represented by dx/dt =...
24 February 2021 9,105 2 View
Hi RG community, Like the title shows ,i was wondering if choosing the GA for this kind of Optimizaiton is a good choice? For example we have a population of 100 (for 7-8 Optimization Variables),...
14 February 2021 1,160 7 View
Dear all, I am currently writing my master thesis where I am analysizing my data using path analysis and SEM in R (lavaan package). Now that I like to write up my results, I am struggling with...
04 February 2021 8,993 2 View
Do anyone have a full MATLAB code for structural topology optimization using Genetic Algorithm? Such as a cantilever beam? Could you provide some MATLAB code to me , a beginner for GA. Thank...
03 February 2021 3,789 5 View
Hi, everyone Could someone recommend papers about Particle swarm optimization (PSO technique), using MATLAB, please? Thanks in advance
03 February 2021 3,811 6 View
Dear researchers, I am coupling Design Optimization with ANSYS Fluent in Workbench 2020 R2. I can do the analysis. I am patching the initial Temperature values of the zones. However, the patch...
28 January 2021 4,265 2 View
I am working on solving an optimization problem with two objectives by using neuroevolution. I use NEAT to evolve solutions which need to satisfy objective A and objective B. I tried different...
27 January 2021 4,875 3 View
In Powder Coating Industry, Is there any equation that relates physical properties of chips (granules of thermosetting polymer, i.e, extrudate that has been cooled and crushed) such as dimensions...
26 January 2021 1,077 3 View
Hello, I am working on hybrid neural network. I have combined ANN with two different evolutionnary algorithms to build a prediction model of 6 inputs and one output with one hidden layer of 7...
18 January 2021 7,144 3 View