macroevolution / bamm

A program for multimodel inference on speciation and trait evolution
GNU General Public License v2.0
33 stars 10 forks source link

Max E Prob in SpExModel.cpp #86

Closed drabosky closed 10 years ago

drabosky commented 10 years ago

Change this macro:

define MAX_E_PROB 0.999

to an optional (usually hidden) argument in the control file. I encountered a dataset where I had to increase this to 0.99999 to get it to work.

drabosky commented 10 years ago

Fixed, now a parameter in Settings. Can be set by user but defaults to 0.999