MCC Version 1.1
This is a maintenance release of the core MCC algorithm published in GECCO 2017 proceedings. It's functionally identical to the original, but unused features/configurations have been removed and the project structure revamped to be more intuitive.
Like the original, by default, the post hoc analysis code (i.e. code in the "MazeNavigationEvaluator" project) assumes an underlying relational data store conforming to the schema bindings in the ExperimentEntities project. The DDL for such a data store is contained in the MCC_Experiment_DB_DDL.sql file. Though some of the commands therein are Transact-SQL specific, the tables and views are all ANSI-SQL compliant, so porting them to another RDBMS should be fairly straightforward. Alternatively, there is some limited capability for running said analysis from flat files; however, it's legacy code that would likely need to be updated to support analysis of the published experiments.
In addition to the source code, an executable along with the requisite assemblies are included in the "MCC_Binaries.zip" file. This can also be executed on linux using mono.
Execution instructions are on the MCC Wiki.