Skip to content

Instantly share code, notes, and snippets.

View DennisSoemers's full-sized avatar

Dennis Soemers DennisSoemers

View GitHub Profile
@DennisSoemers
DennisSoemers / ListingAllRulesets.java
Created June 12, 2020 12:15
Listing rulesets available in games in Ludii, and compiling with them
import java.util.List;
import game.Game;
import main.options.Ruleset;
import util.GameLoader;
/**
* Simple test class to print all the rulesets that a Ludii game has
* to standard out.
*
@DennisSoemers
DennisSoemers / AdaptingConceptDriftPseudocode.py
Last active June 22, 2019 10:56
Pseudocode for "Adapting to Concept Drift in Credit Card Transaction Data Streams Using Contextual Bandits and Decision Trees"
"""
This file contains some very high-level pseudocode for the paper:
Dennis J.N.J. Soemers, Tim Brys, Kurt Driessens, Mark H.M. Winands, and Ann Nowé (2018).
“Adapting to Concept Drift in Credit Card Transaction Data Streams Using Contextual Bandits and Decision Trees”.
In Thirtieth Annual Conference on Innovative Applications of Artificial Intelligence (IAAI-18), pp. 7831-7836. AAAI Press.
Paper link: https://aaai.org/ocs/index.php/AAAI/AAAI18/paper/view/16183
Note that this pseudocode was not published simultaneously with the paper, but written a while later