Skip to content

mlange-42/isso

Repository files navigation

isso - Iterative Sampling Schedule Optimization

Test status Coverage Status Go Report Card Go Reference GitHub MIT license

isso is a Go library and CLI app for optimizing sampling schedules under constrained capacity and with potential sample re-use.

CLI usage

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.

License

This project is distributed under the MIT license.