In order for a user to be able to run multiple optimisations from the command-line interface (CLI) without grossly inflating the number of parameters that they will need to specify, a new file will be introduced which contains information about the optimisations that are to be carried out.
This file will contain information of the format:
In this way, the file should allow for multiple optimisations of the above format to be specified, and should also be easily extensible when including multiple optimisation criteria as per #30.
In order for a user to be able to run multiple optimisations from the command-line interface (CLI) without grossly inflating the number of parameters that they will need to specify, a new file will be introduced which contains information about the optimisations that are to be carried out. This file will contain information of the format:
In this way, the file should allow for multiple optimisations of the above format to be specified, and should also be easily extensible when including multiple optimisation criteria as per #30.