I am working on a Global Optimization problem, whose algorithm is shown in figure (1). My objective is to find two values (Gamma12 and epsilon1) for a given value of epsilon2.
I know that the upper and lower bounds of values Gamma12 and epsilon1 will be anywhere between 0.1 and -0.1.
Can anybody suggest a global optimization algorithm, i.e. the algorithm which can be able to find out the values of Gamma12 and epsilon1 at the global minimum error possible.
I tried, fminsearch, fmincon, patternsearch algorithms in matlab, the problem with those algorithms is the initial guess. I was unable to find the initial guess.