You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bug with estimated parameter matrices being read col major instead of row major
Fixed single estimation run with fixed seed resulting in different estimated parameters than when running a multi-run with same seed
Fixed diagnostic bug due to precision error
Fixed Run Summary not correct for multi-runs
Fixed output estimated Cov Coeff numbers not being correct
Fixed output SurveyQ values not being displayed with proper EE format
Fixed output MSY tables not updated for multi-runs
Fixed estimation checkboxes not working
Fixed 3d plot not rescaling properly
Fixed bug with Multi-Run when ”Using All” not working
Fixed bug with stopping a Mohn’s Rhos causing the timer to get messed up
Modified check logic to relax error if B0 > Kmin and make it only a warning
Modified Load Est button to copy all the matrix parameters (i.e. predation, covariates) as well as the vector parameters
Modified database. If updating table manually do the following, else import the latest sample database:
-- alter table models add column LogScale int NULL after MinimizerType;
-- alter table models add column Seed int NULL after Scaling;
Added Log Scale to the multi-run data file
Added functionality to save Log Scale with models file as well
Added legend toggle for plots
Added convergence information and tolerance value to the Run Summary
Added functionality to copy estimated values to input data tables for local algorithm usage
Added checkbox to only allow converged sub-runs in a multi-run