Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass Arguments to Scheduler and Goal Plugins #137

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

Pass Arguments to Scheduler and Goal Plugins #137

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

Comments

@eyip002
Copy link
Member

eyip002 commented Mar 11, 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:

  • url to an external tool
  • 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 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant