Question: assuming positive values for

I was a little bit unclear so I try to ask again: I have a procedure that is called: Optimization:=proc(f,Xmin0,Step,epsilon,Shorten,Nmax) global Powell_Search_Path; local i,j,x0,sloc,s_c,floc,s,h,criterion,good_step,index_STEP,step,Short,eps, STEP,x_step,F,x,criterion_exit,r,x_s,delta,d,m,f1,f2,f3,len0,Xmin, Xmin should be the variable for the optimized value. I want that the optimization stops when the optimized value is becoming negative (Xmin
Please Wait...