isso is a Go library and CLI app for optimizing sampling schedules under constrained capacity and with potential sample re-use.
Run the included examples like this...
The default test problem:
go run ./cmd/isso -i data/problem.json
A pareto optimization example:
go run ./cmd/isso -i data/pareto.json --pareto --format fitness
See folder data
for problem definition examples.
This project is distributed under the MIT license.