How to use the genetic algorithm to optimize a regression model with measured data instead of analytic fitness functions?
Show older comments
I have a measured numerical dataset with approximately 50 variables and labeled ground-truth output labels. However, I do not have an analytical relationship between the inputs and the output, so this is a black-box model.
I have a parametrized regression model and its fitness function, and I want to optimize the parameters of the fitness function to fit the dataset's output labels.
How can I use the genetic algorithm to optimize this black-box regression problem?
Accepted Answer
More Answers (0)
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!