Welcome, Guest. Please Login
YaBB - Yet another Bulletin Board
 
  HomeHelpSearchLogin  
 
Setting initial parameter values (Read 1254 times)
scherrer
YaBB Newbies
*
Offline


Feed your monkey!

Posts: 8
Setting initial parameter values
Oct 7th, 2010 at 2:31pm
 
I am working with a rather large block matrix that needs a little help in converging and was wondering if there is any method of setting initial parameter values before optimization.  I have a reasonably good idea what the values should be, but I cannot get some of my matrices to converge.
Back to top
 
 
IP Logged
 
wayne
Global Moderator
*****
Offline


I love YaBB 1G - SP1!

Posts: 57
San Diego, CA
Gender: male
Re: Setting initial parameter values
Reply #1 - Nov 1st, 2010 at 3:20pm
 
setting the parameters to values when declaring them will initialize the optimization at those starting points. for instance

Code:
global p1 = 0.05 



will initialize p1 @ 0.05. If you know what the parameters should be you you could test the implementation by hard coding them.

Code:
global p1 := 0.05 



will constrain p1 to 0.05 in the optimization. Besides that I can't help anymore without more information on what you're trying to do and whether you're using an existing or custom batch file. cheers ./w

Back to top
 

Assistant Project Scientist&&Antiviral Research Center&&Department of Pathology&&University of California, San Diego
WWW WWW  
IP Logged