项目作者: ArchFrosty

项目描述 :
Evolutionary algorithm for creating IC2 nuclear reactor designs.
高级语言: Java
项目地址: git://github.com/ArchFrosty/EA-IC2-reactor.git
创建时间: 2019-06-12T16:14:42Z
项目社区:https://github.com/ArchFrosty/EA-IC2-reactor

开源协议:GNU General Public License v2.0

下载


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.