https://github.com/mlange-42/isso
isso -- Iterative Samling Schedule Optimization
https://github.com/mlange-42/isso
optimization sampling-strategies
Last synced: about 1 month ago
JSON representation
isso -- Iterative Samling Schedule Optimization
- Host: GitHub
- URL: https://github.com/mlange-42/isso
- Owner: mlange-42
- License: mit
- Created: 2024-04-17T18:52:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T17:55:23.000Z (7 months ago)
- Last Synced: 2025-02-12T14:53:01.757Z (3 months ago)
- Topics: optimization, sampling-strategies
- Language: Go
- Homepage: https://pkg.go.dev/github.com/mlange-42/isso
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# isso - Iterative Sampling Schedule Optimization
[](https://github.com/mlange-42/isso/actions/workflows/tests.yml)
[](https://badge.coveralls.io/github/mlange-42/isso?branch=main)
[](https://goreportcard.com/report/github.com/mlange-42/isso)
[](https://pkg.go.dev/github.com/mlange-42/isso)
[](https://github.com/mlange-42/isso)
[](https://github.com/mlange-42/isso/blob/main/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](./LICENSE).