prediction using genetic algorithm
9 views (last 30 days)
Show older comments
I have a dataset having 5 input and 1 output. I want to develop a model using genetic algorithm for the available data set. So, that this model can be used for prediction. Please guide me through this
0 Comments
Answers (2)
Alan Weiss
on 11 Aug 2021
Perhaps you are looking at fitting a parameterized model to data using the genetic algorithm. You can follow the Nonlinear Data-Fitting example, using ga instead of fminunc as the minimizer. But you would almost certainly be better off using lsqcurvefit or lsqnonlin for this type of fitting.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation
0 Comments
See Also
Categories
Find more on Genetic Algorithm in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!