how to maximize one of the output and minimize the other output of gamultiobj?

1 view (last 30 days)
i have three input parameters namely 1.) value of deformation 2.) solid solution time 3.) aging time and for those we have two output parameters namely 4.) yield strength and 5.) tensile strength. Now i want to train the neural network using some of the experimentally obseerved data sets , so that after training it should be able to predict the 2 outputs for the given 3 inputs.
After completely training the neural network i want to find the values of the 3 inputs for which i can maximize both the outputs(i don't mean exact maxima, it's just comparetively high) using the 'gamultiobj'
Similarly i want to find the 3 inputs of the neural network such that i can actually try to minimize one of the output and minimize the other using the 'gamultiobj'
I have attached a research paper , i want to do the same thing in the matlab.. please go through it and help me do this thing
Thank you

Accepted Answer

Greg Heath
Greg Heath on 29 Jun 2015
Multiply one by a minus sign.
Then maximize both.
Hope this helps.
Thank you for formally accepting my answer
Greg

More Answers (0)

Categories

Find more on Deep Learning Toolbox 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!