CodeBlue

Welcome to my blog!

Optimization of a function through genetic algorithm

2022-02-08 Matlab Satya K
AIM: The aim of this project is to write a MATLAB program to optimize the stalagmite function and find the GLOBAL MAXIMA of the function. STALAGMITE FUNCTION: Stalagmite function is as shown in the figure it is just like any other function. Here we are using the stalagmite function as a function that needs to be optimized to show how we can use MATLAB’s in-built function GA to optimize the stalagmite function. Continue reading