Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.01 KB

README.md

File metadata and controls

13 lines (9 loc) · 1.01 KB

Evolutionary algorithm for creating in Minecraft mod IndustrialCraft 2 nuclear reactor designs. Simulation is done using old version of https://github.com/MauveCloud/Ic2ExpReactorPlanner the code for this simulator is in the folder "simulator". Multithreaded evaluation of genomes for decent speed.

DISCLAIMER - please read!

This is a personal project and it is not inteded for easy use by other users. This repository may contain: hard-coded paths, have no error handling, snippets lifted from stackoverflow or some other place, inappropriate error messages, comments and variable names, generally disgusting code that violates many good coding practices and there is a slight chance it might not even work correctly - I am not guaranteeing anything.

The only reason this repository is public is for easy sharing with friends and hope that this code or snippet of it might help somebody out there.

With that said, feel free to ask questions and I will try to help you, or at least point you in the right direction.