Multi-arm BanditsDiscusses algorithms for balancing exploration and exploitation in decision-making processes.
Quasi-newton optimizationCovers gradient line search methods and optimization techniques with an emphasis on Wolfe conditions and positive definiteness.
Solving Parity Games in PracticeExplores practical aspects of solving parity games, including winning strategies, algorithms, complexity, determinism, and heuristic approaches.
Coin Change ProblemExplores the coin change problem, comparing greedy and dynamic programming algorithms for optimal solutions.