AEMOS
AEMOS or AI Enabled Multi Objective Scheduler is a system written in Python used for optimizing software test cases by using a combination of classic AI techniques (heuristics and Simulated Annealing), clustering and a flexible representation based on STRIPS.
This code implements the research done in my Master's Degree Thesis.
genetics fw
A project created as a final assignment for an Intelligent Systems class, it is a C++ application that uses the EASEA Genetics framework to solve a software test case optimisation problem.
Part of the theory was used as reference for my Master's Degree Thesis.
Back to Top