10-13-2017 09:27 AM
Hello? I'm trying to make optimization program.
If there is a function f(a,b,c), I'd like to control the "weight" of variable a, b, and c.
For example, my vi optimizes the function by varying the variable. However, it sometimes optimizes the function by varying the a only even though the function was not optimized.
I think that, if I assign weights to variables that does not change well, it will change.
Thank you.
10-13-2017 11:42 AM
@getdlts wrote:
I think that, if I assign weights to variables that does not change well, it will change.
Why would you think that?
It is much more likely that your problem is ill conditioned, that some variables are highly correlated, or that your initial parameters are not properly selected..
Can you tell us more about the function and what you are trying to do? Maybe attach some code.