Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 873 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 873 Bytes

Overview

This is a prototype for a Multiscale Grid Genetic Algorithm based on that of this PhD thesis by Stephen Asbury.

The idea is to optimise OpenMC geometries for given quanities of interest at increasing resolution.

Prerequisites

  • OpenMC: Please follow the installation instructions here..

Usage

python make_geom.py [-h] [--initialise] [--generate GENERATE] --input INPUT

required:
--input INPUT  JSON file containing input settings

optional arguments:
  -h, --help     show this help message and exit
  --initialise   In this run mode, initialise the first generation population
  --generate     In this run mode, initialise the next generation population