Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Pass Arguments to Scheduler and Goal Plugins #210

Open
3 tasks
eyip002 opened this issue Mar 1, 2023 · 0 comments
Open
3 tasks

Pass Arguments to Scheduler and Goal Plugins #210

eyip002 opened this issue Mar 1, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@eyip002
Copy link
Owner

eyip002 commented Mar 1, 2023

Allow the user to pass a configuration string into their chosen Scheduler and Goal plugins to control how the plugins execute. A configuration string could define:

  • a preferred execution mode
  • a preferred optimisation strategy or hint
  • elements of a system model to target or to ignore

Each plugin defines its own string format and method of parsing the string, e.g.,

  • Comma separated list (positional arguments): "arg1, arg2, arg3"
  • Map of key-value pairs: "{key1: val1, key2: val1, key3: val3}"

  • Add a text box next to the Scheduler dropdown
  • Add a text box next to the Goal dropdown
  • Extend the plugin interface with a configuration string
@eyip002 eyip002 added the enhancement New feature or request label Mar 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant