5
votes
8answers
300 views
Minimization of f(x,y) where x and y are integers
Hi
I was wondering if anyone had any suggestions for minimizing a function, f(x,y), where x and y are integers. I have researched lots of minimization and optimization techniques …
7
votes
5answers
234 views
Can a neural network be used to find a functions minimum(a)?
I had been interested in neural networks for a bit and thought about using one in python for a light project that compares various minimization techniques in a time domain (which i …
0
votes
2answers
165 views
Using GNU Scientific “multimin” to find all local minima
The GNU Scientific library has a multi-dimensional function minimization framework. However, its caveats explicitly says that when used on a function with several different local m …
0
votes
2answers
92 views
Compact-Framework: Minimise and restore isn’t working
I've written an application with the following in the Program.cs:
rsCursor.Wait();
// Load the settings
rsAppConfig.LoadConfig("iVirtualDocket.exe.config" …
5
votes
7answers
2k views
How to find minimum of nonlinear, multivariate function using Newton’s method (code not linear algebra)
I'm trying to do some parameter estimation and want to choose parameter estimates that minimize the square error in a predicted equation over about 30 variables. If the equation w …
