Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The simulation is not deterministic even with explicit seed #114

Open
rht opened this issue Dec 7, 2018 · 0 comments
Open

The simulation is not deterministic even with explicit seed #114

rht opened this issue Dec 7, 2018 · 0 comments

Comments

@rht
Copy link
Contributor

rht commented Dec 7, 2018

I ran starter_one.sh with the loops decreased from 300 to 1, with isleconfig max_time set to 5, and with --randomseed 1, and I got different outcome every time:

mv: cannot stat 'data/one_operational.dat': No such file or directory
mv: cannot stat 'data/one_contracts.dat': No such file or directory
mv: cannot stat 'data/one_cash.dat': No such file or directory
mv: cannot stat 'data/one_reinoperational.dat': No such file or directory
mv: cannot stat 'data/one_reincontracts.dat': No such file or directory
mv: cannot stat 'data/one_reincash.dat': No such file or directory
mv: cannot stat 'data/one_premium.dat': No such file or directory

condition_defaults_insurance                   : 0.000000
condition_defaults_reinsurance                 : 0.000000
condition_insurance_coverage                   : 0.180900
condition_insurance_firm_dist                  : 0.000230
condition_reinsurance_coverage                 : 0.000000
condition_reinsurance_firm_dist                : 0.000929
condition_stationary_state_cash                : 1.000000
condition_stationary_state_contracts           : 1.000000
condition_stationary_state_excess_capital      : 1.000000
condition_stationary_state_market_premium      : 1.000000
condition_stationary_state_profits_losses      : 0.709162
condition_stationary_state_rein_cash           : 1.000000
condition_stationary_state_rein_contracts      :      nan
condition_stationary_state_rein_excess_capital : 1.000000
condition_stationary_state_rein_market_premium : 1.000000
condition_stationary_state_rein_profits_losses : 1.000000

                        Total calibration score: 0.592748
bash starter_one.sh  5.18s user 0.16s system 100% cpu 5.341 total

Is this because of the nan data?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant