prediction using genetic algorithm
이전 댓글 표시
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
답변 (2개)
Kshitij Chhabra
2021년 8월 11일
1 개 추천
Alan Weiss
2021년 8월 11일
0 개 추천
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
카테고리
도움말 센터 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!