mlange-42 / isso

isso -- Iterative Samling Schedule Optimization

Home Page:https://pkg.go.dev/github.com/mlange-42/isso

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

isso -- Iterative Samling Schedule Optimization

https://pkg.go.dev/github.com/mlange-42/isso

License:MIT License


Languages

Language:Go 100.0%