gflow / GFlow

Software for modeling circuit theory-based connectivity
GNU General Public License v3.0
22 stars 5 forks source link

GFlow: Customizable convergence criterion #2

Closed pbleonard closed 8 years ago

pbleonard commented 8 years ago

User input: desired number of 9s or 1-Delta Convergence. Update execute script comments with flag info.

eduffy commented 8 years ago

Are you wanting to provide the convergence as either "4N" or "0.0001" or "1e-4" or all of the above?

pbleonard commented 8 years ago

MS uses # of 9s convention. That should do.

eduffy commented 8 years ago

I committed an untested version of this to ead64df. Please give it a shot when you have a chance to run a real world problem on the cluster. The new flag is -converge_at and you may supply the convergence factor in any of the 3 formats above.

eduffy commented 8 years ago

Commit 35c0b84 should have this final fixed for realzies this time (thanks for the smaller input file).