Skip to content

stacs-cp/ModRef23-Factorio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Factorio Blueprint Optimiser

To run an instance, a parameter file is needed
Samples are stored in /param

Run with:
python factorio_opt.py --param [path to param file] (--max_recipes [n]) (--max-bpp [n]) (--keep-files) (--save-log)

NB: Savile Row must be in $PATH

--param (required): The parameter file to use
--max_recipes (optional): How many attempts are allowed of the recipe stage (default 100)
--max_bpp (optional): How many attempts are allowed of the bin-packing stage per recipe stage attempt (default 100)
--keep-files (optional): Whether to keep non-solution Savile Row output (default False)
--save-log (optional): Whether to store the error log in the output folder (default False)

Output is stored in /out in a folder named for the parameter file and time

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages