stat157 / analyzers

1 stars 3 forks source link

Linear Programming Optimization Package #10

Open timothyhoang opened 10 years ago

timothyhoang commented 10 years ago

For what Professor Stark talked about today, if it is possible to set up constraints for the objective function (the summation Here) and have the constraints in standard form with slack variables, then we can use the Nelder Mead Simplex algorithm here.

We can do this if we find some way to iteratively linearize a sub m in the function that Stark presented on the board. Though I don't really understand what he is talking about, perhaps someone could explain this?

timothyhoang commented 10 years ago

Just to clarify, to optimize for the maximum of the summation in Stark's function, we can convert his maximization problem into a minimization problem by multiplying his objective function by -1 and using Nelder Mead to minimize.