I am a little out of my depth in terms of the math involved in my problem, so I apologise for any incorrect nomenclature.
I have a R / S / Nonlinear regression related issue and i am not a R programmer, so i kinda need help.
I am using fsolve to minimise an energy function in MATLAB. The algorithm I am using fits a grid to noisy lattice data, with costs for the distances of the grid from each data point.
Do you know a good example of nonlinear programming?, I have search over google, but any text just formulate and开发者_Python百科 do not solve the problem, They mention lingo and even excel for solvin
I have a few inequalities regarding {x,y}, that satisfies the following equations: x>=0 y>=0 f(x,y)=x^2+y^2>=100
I would like to know if there is a package in R handling non linear integer optimization. \"Basically\", I would like to solve the following problem:
Can GA(Genetic Algorithm) handle a mixed integer(0-1 problem) non-linear optimization problem with 500,000 variables? One objective function: linear; 80 constraints: 78 are linear, 2 are non-linear. T
I am trying to simulate a drone on a 2-dimensional lunar surface. The drone can apply thrust the z-axis of the body, and the drone can change the angle of its body from -90 degrees to +90 degrees.