HyPhy message board
http://www.hyphy.org/cgi-bin/hyphy_forums/YaBB.pl
Methodology Questions >> How to >> Setting initial parameter values
http://www.hyphy.org/cgi-bin/hyphy_forums/YaBB.pl?num=1286487074

Message started by scherrer on Oct 7th, 2010 at 2:31pm

Title: Setting initial parameter values
Post by scherrer on 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.

Title: Re: Setting initial parameter values
Post by wayne on 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[/code):
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


HyPhy message board » Powered by YaBB 2.5.2!
YaBB Forum Software © 2000-2024. All Rights Reserved.