prediction using genetic algorithm

11 ビュー (過去 30 日間)
Ashwini Tiwari
Ashwini Tiwari 2021 年 8 月 3 日
回答済み: Alan Weiss 2021 年 8 月 11 日
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
Kshitij Chhabra 2021 年 8 月 11 日
MATLAB supports the use of Genetic Algorithm as a part of it's Global Optimization Toolbox.
You can check documentation and it will help you get started.

Alan Weiss
Alan Weiss 2021 年 8 月 11 日
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

カテゴリ

Help Center および File ExchangeGenetic Algorithm についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by