I have simulated an industrial process by ASPEN and I want to optimize the operational parameters (decision) to maxmize the final yield (objective) while minmizing the energy comsumption (second objective)
Therefore, I would like to build a ML model to use it to optimize/decide the best operational parameters.
My plan is to use metaheuristic models such GA (Genetic Algorithm) but I have a difficulty to know what are the steps to build the model? How this optimization algorithm can be be implimented as a supervised ML Model?