Here is the context :
A function has N variables. All are positive integers ranging from 0 to 100. The value of all variables are passed to a human that operate of processing equipment and a result is obtained. The result is also an integer ranging from 0 to 100, where 100 is the value to obtain.
Is it possible to have a MATLAB script using simplex optimisation algorithm where:
- Initial values set by the operator and added as initial optimisation variable in a csv file (file1.csv)
- Result are stored in a different csv file (file2.csv)
- The simplex algorithm propose new value parameter and append file1.csv
- The next result appended file2.csv
- Step 3 and 4 are repeated until a value of 98 and above is reached
I have worked with simplex optimisation, but never where the user has to input the value of the objective function.
This is therefore more an opened question.
nitramine_x2 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.