I thought you set the initial conditions outside the range because I tried mcpsolve(f!,[0.0,0.0],[0.0,0.0],[0.3, 0.3]) and it worked.
However, I also tried other combinations:
mcpsolve(f!,[0.4,0.4], [0.0,0.0], [0.3, 0.3]) worked
mcpsolve(f!,[0.4,0.4], [0.3,0.3], [1.0,1.0]) not
mcpsolve(f!,[0.6,0.6], [1.0,1.0], [0.3,0.3]) not
Have you checked these values ββin your test?
source share