-
Notifications
You must be signed in to change notification settings - Fork 20
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
Cleanup, move some things around, add functionality #134
base: master
Are you sure you want to change the base?
Commits on Jul 3, 2019
-
Did initial reformatting (with black) and a little cleanup.
Also added LRU caching to DistributionTruncated.ppf for a speed boost.
Configuration menu - View commit details
-
Copy full SHA for 5ced119 - Browse repository at this point
Copy the full SHA 5ced119View commit details -
Removed most abce dependance, except for gui function, and some unnec…
…essary parameter assignments (they were immediately overwritten)
Configuration menu - View commit details
-
Copy full SHA for d86bf04 - Browse repository at this point
Copy the full SHA d86bf04View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbe554f - Browse repository at this point
Copy the full SHA bbe554fView commit details -
Cleaned up the init file for InsuranceSimulation and added a function…
… for a general loop to initialise agent parameters.
Configuration menu - View commit details
-
Copy full SHA for b4783d2 - Browse repository at this point
Copy the full SHA b4783d2View commit details -
Removed ABCE. There are probably some simplifications that can be mad…
…e now as a result, especially in insurancesimulation.py
Configuration menu - View commit details
-
Copy full SHA for 77f7972 - Browse repository at this point
Copy the full SHA 77f7972View commit details
Commits on Jul 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bf53795 - Browse repository at this point
Copy the full SHA bf53795View commit details -
Added docstring to every function in the simulation class. Small typo…
… corrections/structure changes.
Configuration menu - View commit details
-
Copy full SHA for 8c9b867 - Browse repository at this point
Copy the full SHA 8c9b867View commit details
Commits on Jul 5, 2019
-
Removed redundant functions from insurancesimulation: reinsurance_cap…
…ital_entry, count_underwritten_risks_by_category Removed redundant functions from metainsuranceorg: adjust_dividend, adjust_capacity_target.
Configuration menu - View commit details
-
Copy full SHA for 2b72fb9 - Browse repository at this point
Copy the full SHA 2b72fb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 202b1ab - Browse repository at this point
Copy the full SHA 202b1abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a01d78 - Browse repository at this point
Copy the full SHA 1a01d78View commit details -
Added docstring to all functions in metainsuranceorg. Also created fu…
…nction (get_newrisks_by_type) for organising new risks (start to cleaning up iterate function). Removed some imports from start.py.
Configuration menu - View commit details
-
Copy full SHA for 83f3cc6 - Browse repository at this point
Copy the full SHA 83f3cc6View commit details
Commits on Jul 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 829c001 - Browse repository at this point
Copy the full SHA 829c001View commit details -
Made the get_mean_std function take a tuple as an argument to enable …
…caching (since tuples are hashable). Tested, lead to a small performance increase. Also did misc cleanup etc.
Configuration menu - View commit details
-
Copy full SHA for facfeba - Browse repository at this point
Copy the full SHA facfebaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9ab7e4 - Browse repository at this point
Copy the full SHA b9ab7e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 919537b - Browse repository at this point
Copy the full SHA 919537bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e95bd39 - Browse repository at this point
Copy the full SHA e95bd39View commit details
Commits on Jul 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 53810ad - Browse repository at this point
Copy the full SHA 53810adView commit details -
Added docstring to all methods. Merged create_reinrisk into ask_reins…
…urance_non_proportional_by_category as they were almost the same.
Configuration menu - View commit details
-
Copy full SHA for c87453f - Browse repository at this point
Copy the full SHA c87453fView commit details -
Apply black.py to all python files. Just a code formatter, zero chang…
…e to compiled bytecode. Done so simplify diffs with future commits.
Configuration menu - View commit details
-
Copy full SHA for 882d0bf - Browse repository at this point
Copy the full SHA 882d0bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9713c53 - Browse repository at this point
Copy the full SHA 9713c53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c0f021 - Browse repository at this point
Copy the full SHA 5c0f021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 697e7f6 - Browse repository at this point
Copy the full SHA 697e7f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a346ab8 - Browse repository at this point
Copy the full SHA a346ab8View commit details
Commits on Jul 10, 2019
-
Added method to allow continually updating network in same figure with
the category each reinsurance firm is insuring on the edge labels.
Configuration menu - View commit details
-
Copy full SHA for 7e52a5c - Browse repository at this point
Copy the full SHA 7e52a5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ea7ae3 - Browse repository at this point
Copy the full SHA 1ea7ae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b70f504 - Browse repository at this point
Copy the full SHA b70f504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9493a18 - Browse repository at this point
Copy the full SHA 9493a18View commit details
Commits on Jul 11, 2019
-
Save state now includes events. Removed abce from resume.py and now w…
…orks, including network visualisation.
Configuration menu - View commit details
-
Copy full SHA for c742f3a - Browse repository at this point
Copy the full SHA c742f3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ea0bcc - Browse repository at this point
Copy the full SHA 2ea0bccView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3080e7 - Browse repository at this point
Copy the full SHA d3080e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbc6944 - Browse repository at this point
Copy the full SHA fbc6944View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3408f8b - Browse repository at this point
Copy the full SHA 3408f8bView commit details -
# Conflicts: # catbond.py # distributionreinsurance.py # distributiontruncated.py # ensemble.py # genericagent.py # genericagentabce.py # insurancecontract.py # insurancefirm.py # insurancesimulation.py # isleconfig.py # logger.py # metainsurancecontract.py # metainsuranceorg.py # metaplotter_pl_timescale_additional_measures.py # plotter_pl_timescale.py # reinsurancecontract.py # reinsurancefirm.py # resume.py # riskmodel.py # setup.py # start.py # visualisation.py
Configuration menu - View commit details
-
Copy full SHA for 65e944f - Browse repository at this point
Copy the full SHA 65e944fView commit details
Commits on Jul 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 64810af - Browse repository at this point
Copy the full SHA 64810afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ccb7f1 - Browse repository at this point
Copy the full SHA 1ccb7f1View commit details -
# Conflicts: # catbond.py # distributionreinsurance.py # distributiontruncated.py # ensemble.py # genericagent.py # genericagentabce.py # insurancecontract.py # insurancefirm.py # insurancesimulation.py # isleconfig.py # logger.py # metainsurancecontract.py # metainsuranceorg.py # metaplotter_pl_timescale_additional_measures.py # plotter_pl_timescale.py # reinsurancecontract.py # reinsurancefirm.py # resume.py # riskmodel.py # setup.py # start.py # visualisation.py # visualization_network.py
Configuration menu - View commit details
-
Copy full SHA for 2edc655 - Browse repository at this point
Copy the full SHA 2edc655View commit details -
# Conflicts: # insurancesimulation.py # resume.py
Configuration menu - View commit details
-
Copy full SHA for c466b9b - Browse repository at this point
Copy the full SHA c466b9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8c22ad - Browse repository at this point
Copy the full SHA d8c22adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 444bc28 - Browse repository at this point
Copy the full SHA 444bc28View commit details
Commits on Jul 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d8fcce6 - Browse repository at this point
Copy the full SHA d8fcce6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c82025a - Browse repository at this point
Copy the full SHA c82025aView commit details
Commits on Jul 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8470ae3 - Browse repository at this point
Copy the full SHA 8470ae3View commit details -
Added animated pie chart for percent contracts on same figure, for bo…
…th insurance and reinsurance contracts. Can also save files as mp4. Also can now see events on time series and pie charts.
Configuration menu - View commit details
-
Copy full SHA for 25fb93b - Browse repository at this point
Copy the full SHA 25fb93bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 361f02a - Browse repository at this point
Copy the full SHA 361f02aView commit details -
Merge remote-tracking branch 'thomas/master'
# Conflicts: # insurancesimulation.py # logger.py # visualisation.py
Configuration menu - View commit details
-
Copy full SHA for d0c1c45 - Browse repository at this point
Copy the full SHA d0c1c45View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbc1b08 - Browse repository at this point
Copy the full SHA bbc1b08View commit details -
Implemented scaling of insurance (not reinsurance) premiums and risk …
…model inaccuracy based on firm size. A firm that holds many risks will have a less inaccurate model and charge higher premiums than a firm that holds few risks.
Configuration menu - View commit details
-
Copy full SHA for 6c7bc05 - Browse repository at this point
Copy the full SHA 6c7bc05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 465adf3 - Browse repository at this point
Copy the full SHA 465adf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b4fc96 - Browse repository at this point
Copy the full SHA 3b4fc96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1130cab - Browse repository at this point
Copy the full SHA 1130cabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d225fa - Browse repository at this point
Copy the full SHA 8d225faView commit details -
Configuration menu - View commit details
-
Copy full SHA for e093301 - Browse repository at this point
Copy the full SHA e093301View commit details
Commits on Jul 17, 2019
-
Can now call either pie plots or timeseries from command line when ru…
…nning file. Added events to pie chart.
Configuration menu - View commit details
-
Copy full SHA for f7d3bfd - Browse repository at this point
Copy the full SHA f7d3bfdView commit details -
Necessary network data is now saved. Added class that animates (and s…
…aves) saved network data. Can be called fun from command line. Also added unique firm IDs to nodes. Added event timings to network.
Configuration menu - View commit details
-
Copy full SHA for 5cc359f - Browse repository at this point
Copy the full SHA 5cc359fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 681c287 - Browse repository at this point
Copy the full SHA 681c287View commit details -
Configuration menu - View commit details
-
Copy full SHA for eccc94b - Browse repository at this point
Copy the full SHA eccc94bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d56c23 - Browse repository at this point
Copy the full SHA 7d56c23View commit details -
Added visualisation_paper3.py stuff to file, inluding histogram and C…
…DF, CDF doesnt work for data set.
Configuration menu - View commit details
-
Copy full SHA for 94f5e5f - Browse repository at this point
Copy the full SHA 94f5e5fView commit details
Commits on Jul 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c3c6376 - Browse repository at this point
Copy the full SHA c3c6376View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64d6fe5 - Browse repository at this point
Copy the full SHA 64d6fe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88816ce - Browse repository at this point
Copy the full SHA 88816ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f08920 - Browse repository at this point
Copy the full SHA 0f08920View commit details -
Configuration menu - View commit details
-
Copy full SHA for e233b27 - Browse repository at this point
Copy the full SHA e233b27View commit details -
Merge remote-tracking branch 'chris/master'
# Conflicts: # catbond.py # insurancefirms.py # insurancesimulation.py # metainsuranceorg.py # riskmodel.py
Configuration menu - View commit details
-
Copy full SHA for 9bccdd2 - Browse repository at this point
Copy the full SHA 9bccdd2View commit details -
Can plot specific data types against each other for all riskmodels, w…
…ith a subplot for each type of firm. Needs automating.
Configuration menu - View commit details
-
Copy full SHA for b08ce8c - Browse repository at this point
Copy the full SHA b08ce8cView commit details
Commits on Jul 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e7f442a - Browse repository at this point
Copy the full SHA e7f442aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f910e8 - Browse repository at this point
Copy the full SHA 7f910e8View commit details -
Properly integrated metaplotter_pl_timescale_additional_measures_alph…
…a.py. Can now take any provided data file and plot insurance and reinsurance data for each risk model. Saves files automatically.
Configuration menu - View commit details
-
Copy full SHA for bb16e69 - Browse repository at this point
Copy the full SHA bb16e69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 868a7d8 - Browse repository at this point
Copy the full SHA 868a7d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 695929d - Browse repository at this point
Copy the full SHA 695929dView commit details
Commits on Jul 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for aee9048 - Browse repository at this point
Copy the full SHA aee9048View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5da97e5 - Browse repository at this point
Copy the full SHA 5da97e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36900c9 - Browse repository at this point
Copy the full SHA 36900c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cfc49c - Browse repository at this point
Copy the full SHA 8cfc49cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 771083b - Browse repository at this point
Copy the full SHA 771083bView commit details
Commits on Jul 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bdbaf64 - Browse repository at this point
Copy the full SHA bdbaf64View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7cff96 - Browse repository at this point
Copy the full SHA c7cff96View commit details -
Both types of firms going bankrupt can now be bought by others. If no…
…t bought after one iteration they are dissolved.
Configuration menu - View commit details
-
Copy full SHA for 3aca163 - Browse repository at this point
Copy the full SHA 3aca163View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b9aa5d - Browse repository at this point
Copy the full SHA 8b9aa5dView commit details
Commits on Jul 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b78513b - Browse repository at this point
Copy the full SHA b78513bView commit details -
Network data now saved (to separate file) using logger for both types…
… of run (i.e. doesnt need networkx). Added condition to isleconfig for allowing buying other firms.
Configuration menu - View commit details
-
Copy full SHA for 9b17456 - Browse repository at this point
Copy the full SHA 9b17456View commit details -
Deleted redundant plotter files. Visualisation prints when each reque…
…sted file is saved.
Configuration menu - View commit details
-
Copy full SHA for 75ae851 - Browse repository at this point
Copy the full SHA 75ae851View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3dca48 - Browse repository at this point
Copy the full SHA a3dca48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10a8f1e - Browse repository at this point
Copy the full SHA 10a8f1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c23aefd - Browse repository at this point
Copy the full SHA c23aefdView commit details
Commits on Jul 29, 2019
-
Added regulator to central bank based on solvency ii, issues warning …
…which stops underwriting, or sells off firm. Included condition in isleconfig to enable/disable. Fixed bug causing non operational firms rolling over contracts. Simulation also keeps track of firms exiting due to regulations and being bought. Simulation also only iterates through operational firms, otherwise unnecessary looping/dissolutions. Adjusted firm pricing, might still need changing.
Configuration menu - View commit details
-
Copy full SHA for 747b188 - Browse repository at this point
Copy the full SHA 747b188View commit details
Commits on Jul 30, 2019
-
Added method to central bank that grants disaster relief aid to firms…
… if large enough damage. Called from simulation and added condition in isleconfig to enable.
Configuration menu - View commit details
-
Copy full SHA for 555f54b - Browse repository at this point
Copy the full SHA 555f54bView commit details
Commits on Jul 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6c389d6 - Browse repository at this point
Copy the full SHA 6c389d6View commit details
Commits on Aug 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d1756a2 - Browse repository at this point
Copy the full SHA d1756a2View commit details -
Regulator changed such that it includes reinsurance contract values a…
…nd allows a 24 month grace period for new firms. Aid budget is now simulation parameter. Changed method of selling bankrupt firms in simulation, to just selling firms (helps logging). Now properly records and saves cumulative values in logger/simulation/ensemble(e.g. bankruptcies, bought firms). Network data should now properly save for ensemble runs.
Configuration menu - View commit details
-
Copy full SHA for 05739aa - Browse repository at this point
Copy the full SHA 05739aaView commit details
Commits on Aug 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f9e5b0d - Browse repository at this point
Copy the full SHA f9e5b0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44050e2 - Browse repository at this point
Copy the full SHA 44050e2View commit details -
# Conflicts: # calibration_conditions.py # calibrationscore.py # catbond.py # distribution_wrapper_test.py # distributionreinsurance.py # distributiontruncated.py # ensemble.py # genericagent.py # genericagentabce.py # insurancecontract.py # insurancefirm.py # insurancesimulation.py # isleconfig.py # listify.py # logger.py # metainsurancecontract.py # metainsuranceorg.py # metaplotter.py # metaplotter_pl_timescale.py # metaplotter_pl_timescale_additional_measures.py # plotter.py # plotter_pl_timescale.py # reinsurancecontract.py # reinsurancefirm.py # resume.py # riskmodel.py # setup.py # start.py # visualisation.py # visualization_network.py
Configuration menu - View commit details
-
Copy full SHA for bb971b3 - Browse repository at this point
Copy the full SHA bb971b3View commit details -
# Conflicts: # calibration_conditions.py # calibrationscore.py # catbond.py # distribution_wrapper_test.py # distributionreinsurance.py # distributiontruncated.py # ensemble.py # genericagent.py # genericagentabce.py # insurancecontract.py # insurancefirm.py # insurancesimulation.py # isleconfig.py # listify.py # logger.py # metainsurancecontract.py # metainsuranceorg.py # metaplotter.py # metaplotter_pl_timescale.py # metaplotter_pl_timescale_additional_measures.py # plotter.py # plotter_pl_timescale.py # reinsurancecontract.py # reinsurancefirm.py # resume.py # riskmodel.py # setup.py # start.py # visualisation.py # visualization_network.py
Configuration menu - View commit details
-
Copy full SHA for 951d8e3 - Browse repository at this point
Copy the full SHA 951d8e3View commit details -
Now looks at percentage difference between original and new values. A…
…lso can now use event data. Only looks at given range of data (remove transient period). Basic chi squared test but really need more replications (100+)
Configuration menu - View commit details
-
Copy full SHA for 72f010b - Browse repository at this point
Copy the full SHA 72f010bView commit details
Commits on Aug 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4efb20a - Browse repository at this point
Copy the full SHA 4efb20aView commit details -
Fixed some bugs causing logged data to be incorrect. Included (or mor…
…e excluded) safety margin from actual VaR calculation in regulator.
Configuration menu - View commit details
-
Copy full SHA for 2ef0649 - Browse repository at this point
Copy the full SHA 2ef0649View commit details
Commits on Aug 6, 2019
-
Added more denominations to aid fractions. Removed comparison.py and …
…added to visualisation.py. Other minor changes.
Configuration menu - View commit details
-
Copy full SHA for cba79a8 - Browse repository at this point
Copy the full SHA cba79a8View commit details -
Merge branch 'master' of https://github.com/crh23/isle into chris
# Conflicts: # centralbank.py # metainsuranceorg.py # reinsurancecontract.py # start.py # visualisation.py
Configuration menu - View commit details
-
Copy full SHA for 2a6ddba - Browse repository at this point
Copy the full SHA 2a6ddbaView commit details -
Merged Chris Master Branch. Almost fixed regulator for multi layer re…
…insurance (loads of market exits but calculates reinsurance capital correctly)
Configuration menu - View commit details
-
Copy full SHA for c83983c - Browse repository at this point
Copy the full SHA c83983cView commit details
Commits on Aug 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0220829 - Browse repository at this point
Copy the full SHA 0220829View commit details -
Fixed bug causing most firms to exit market (firms with warnings dont…
… ask for risks). Fixed other issues causing data to no be saved as it should.
Configuration menu - View commit details
-
Copy full SHA for ae8e0ea - Browse repository at this point
Copy the full SHA ae8e0eaView commit details
Commits on Aug 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 666144b - Browse repository at this point
Copy the full SHA 666144bView commit details -
Optimisations - updates risk characterisation instead of re-calculating,
- added set-like class for unhashable elements
Configuration menu - View commit details
-
Copy full SHA for 37392cc - Browse repository at this point
Copy the full SHA 37392ccView commit details
Commits on Aug 9, 2019
-
Optimisations - updates risk characterisation instead of re-calculating,
- added set-like class for unhashable elements
Configuration menu - View commit details
-
Copy full SHA for bbeaecf - Browse repository at this point
Copy the full SHA bbeaecfView commit details -
Final. Changes due to Chris' changes. Tweaking firm pricing. Removed …
…operational condition for firm pay due to firm buyouts. Insurance claims made t+1 not t+2 for better profit tracking.
Configuration menu - View commit details
-
Copy full SHA for a1c106e - Browse repository at this point
Copy the full SHA a1c106eView commit details -
Changed aid check in line with change to insurance claims' claim time…
…. Added file on interactive visualisation using bokeh.
Configuration menu - View commit details
-
Copy full SHA for 656aebf - Browse repository at this point
Copy the full SHA 656aebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e06666c - Browse repository at this point
Copy the full SHA e06666cView commit details
Commits on Aug 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2c68d08 - Browse repository at this point
Copy the full SHA 2c68d08View commit details -
# Conflicts: # insurancecontract.py # insurancefirms.py # insurancesimulation.py # logger.py # metainsurancecontract.py # metainsuranceorg.py # reinsurancecontract.py # visualisation.py
Configuration menu - View commit details
-
Copy full SHA for 8fa8166 - Browse repository at this point
Copy the full SHA 8fa8166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42a3a77 - Browse repository at this point
Copy the full SHA 42a3a77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97e767b - Browse repository at this point
Copy the full SHA 97e767bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ecb94 - Browse repository at this point
Copy the full SHA d6ecb94View commit details
Commits on Aug 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3a6cacd - Browse repository at this point
Copy the full SHA 3a6cacdView commit details
Commits on Aug 21, 2019
-
Modified the ensemble running functions to simplify changing parameters
other than number of riskmodels
Configuration menu - View commit details
-
Copy full SHA for ee0c446 - Browse repository at this point
Copy the full SHA ee0c446View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16f0b73 - Browse repository at this point
Copy the full SHA 16f0b73View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfccfdd - Browse repository at this point
Copy the full SHA cfccfddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 568f315 - Browse repository at this point
Copy the full SHA 568f315View commit details
Commits on Aug 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 08beb30 - Browse repository at this point
Copy the full SHA 08beb30View commit details -
Merge branch 'sum_distributions'
# Conflicts: # distributiontruncated.py # insurancefirms.py # insurancesimulation.py # isleconfig.py # metainsuranceorg.py # reinsurancecontract.py # riskmodel.py
Configuration menu - View commit details
-
Copy full SHA for 8c4f029 - Browse repository at this point
Copy the full SHA 8c4f029View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb1b591 - Browse repository at this point
Copy the full SHA fb1b591View commit details -
Configuration menu - View commit details
-
Copy full SHA for f40afa3 - Browse repository at this point
Copy the full SHA f40afa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e411b1c - Browse repository at this point
Copy the full SHA e411b1cView commit details
Commits on Aug 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f012424 - Browse repository at this point
Copy the full SHA f012424View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55220a0 - Browse repository at this point
Copy the full SHA 55220a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9392b6 - Browse repository at this point
Copy the full SHA b9392b6View commit details
Commits on Aug 29, 2019
-
Change log storage to hickle (HDF5), add utility to convert back to old
text-based format
Configuration menu - View commit details
-
Copy full SHA for 7b94423 - Browse repository at this point
Copy the full SHA 7b94423View commit details
Commits on Sep 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b44c1ca - Browse repository at this point
Copy the full SHA b44c1caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9868f53 - Browse repository at this point
Copy the full SHA 9868f53View commit details
Commits on Sep 4, 2019
-
Removed all assert statements (sandman only returns exception, not
traceback, so errors should be unique)
Configuration menu - View commit details
-
Copy full SHA for a2aad0f - Browse repository at this point
Copy the full SHA a2aad0fView commit details -
It turns out the central bank wasn't implemented correctly at all
(at least the economy size part of it), so I removed that bit.
Configuration menu - View commit details
-
Copy full SHA for 32f0729 - Browse repository at this point
Copy the full SHA 32f0729View commit details
Commits on Sep 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2649edd - Browse repository at this point
Copy the full SHA 2649eddView commit details -
Configuration menu - View commit details
-
Copy full SHA for a764d49 - Browse repository at this point
Copy the full SHA a764d49View commit details
Commits on Sep 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 70a6fb1 - Browse repository at this point
Copy the full SHA 70a6fb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dc7ecc - Browse repository at this point
Copy the full SHA 4dc7eccView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd4b2c8 - Browse repository at this point
Copy the full SHA fd4b2c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63bff53 - Browse repository at this point
Copy the full SHA 63bff53View commit details -
Merge remote-tracking branch 'origin/master'
# Conflicts: # insurancefirms.py
Configuration menu - View commit details
-
Copy full SHA for add4f12 - Browse repository at this point
Copy the full SHA add4f12View commit details
Commits on Sep 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 73ca98e - Browse repository at this point
Copy the full SHA 73ca98eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d3029f - Browse repository at this point
Copy the full SHA 2d3029fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 336e4cc - Browse repository at this point
Copy the full SHA 336e4ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4df8369 - Browse repository at this point
Copy the full SHA 4df8369View commit details -
Merge remote-tracking branch 'origin/master' into github
# Conflicts: # ensemble.py
Configuration menu - View commit details
-
Copy full SHA for c4aca23 - Browse repository at this point
Copy the full SHA c4aca23View commit details
Commits on Sep 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cca308a - Browse repository at this point
Copy the full SHA cca308aView commit details
Commits on Sep 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3f853be - Browse repository at this point
Copy the full SHA 3f853beView commit details
Commits on Sep 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e7957e9 - Browse repository at this point
Copy the full SHA e7957e9View commit details
Commits on Sep 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e69086d - Browse repository at this point
Copy the full SHA e69086dView commit details -
Merge remote-tracking branch 'chris/master'
# Conflicts: # calibrate.py # sensitivity.py # start.py
Configuration menu - View commit details
-
Copy full SHA for 88ef77f - Browse repository at this point
Copy the full SHA 88ef77fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b312467 - Browse repository at this point
Copy the full SHA b312467View commit details
Commits on Sep 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a60a877 - Browse repository at this point
Copy the full SHA a60a877View commit details