I've been recently working with an optimization problem, where I have to optimize a single parameter. I cannot test all parameter values, as the process is too expensive.
My function(s) look like this:
Please ignore the x axis after value of 50, as this is a bug. So, find a maximum of the given function -- that is the task.
Currently, I am doing a linear search across all parameter range, yet this is expensive.