Skip to content

1.6.0 Release for Windows

Compare
Choose a tag to compare
@rklasky rklasky released this 14 Feb 01:43
· 17 commits to master since this release
  • 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
  • Added log scale option in Scaling Algorithm combo box (and functionality)
  • Added more troubleshooting questions/answers for what to do about poor estimation fits
  • Added functionality to move columns in ModelReview
  • Added right-click (context) menu to ModelReview with items: Hide Row(s), Show Row(s), and Delete Row(s)
  • Added new function to MSSPMConversion r package to convert sim’d biomass data to MSSPM format