bnelearn.tests.test_zzz_experiment_runtime module

This file tests the run of experiments at runtime, so simply whether it technically completes the run. It chooses only 2 runs, with 3 epochs but plots and logs every period. Logging and plotting is not written to disc. It considers each implemented experiment with each payment rule. Fo each experiment no model_sharing is tested once. TODO:

  • Paul: InputLength should become obsolete Stefan: yes! @assigned Paul

  • Paul: Maybe later: Add bne metric to LLLLGG and test for failure

  • Stefan: Later: gaussian with fpsb and util_loss

bnelearn.tests.test_zzz_experiment_runtime.run_auction_test(config, exp_class, known_bne)[source]
bnelearn.tests.test_zzz_experiment_runtime.test_local_global_auctions(config, exp_class, known_bne)[source]
bnelearn.tests.test_zzz_experiment_runtime.test_multi_unit_auctions(config, exp_class, known_bne)[source]
bnelearn.tests.test_zzz_experiment_runtime.test_single_item_auctions(config, exp_class, known_bne)[source]