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

v2.18.0 - multiple plan metric line plots #65

Merged
merged 6 commits into from
Jun 17, 2020
Merged

v2.18.0 - multiple plan metric line plots #65

merged 6 commits into from
Jun 17, 2020

Conversation

jan-dolejsi
Copy link
Owner

@jan-dolejsi jan-dolejsi commented Jun 5, 2020

2.18.0

Features

Line plots for multiple metric expressions

If your planner supports multiple (:metric ...) expressions in the problem file (VAL actually does),
you can use it to get some ad-hoc expressions displayed on a line plot below the plan.
This is very useful, to debug numerically-rich domains.

Plan metric plots

Other improvements

  • Auto completion for (:constraints ) includes the nested (and ), which I always forget
  • Val std-error stream is also now presented in the Problems pane.
  • Support for DAY (and WEEK) time resolution in plans.
  • To minimize the refresh of plan visualization, the plans are no longer re-painted when upon the planner exit.

Fixes

  • Fixed bug, where the test results/outcomes were not being displayed on the tree, if the tree was first-time-expanded during the execution of the tests.
  • Fixed regression on the visual search debugger related to selection of nodes on the tree.
  • Fixed response to failing plan validation. Instead of opening the Problems pane, we open the Output pane, where the detailed VAL output is printed.
  • Small fix for the Overview Page, when it is closed before the current configuration is posted to it.
  • Async service call handles multiple plans and xml plan format
  • Fixed bug that caused the extension to hang in an endless loop, while resolving a PDDL symbol references (while hover-over)
  • Step up to target ES2019

- ptest test outcome indication on tree nodes not yet expanded
- Val std error -> Problem
- Day time resolution supported
- non-refreshing plans upon planner exit
- ES2019
@jan-dolejsi jan-dolejsi changed the title - v2.17.4 v2.18.0 - multiple plan metric line plots Jun 17, 2020
@jan-dolejsi jan-dolejsi merged commit c311858 into master Jun 17, 2020
@jan-dolejsi jan-dolejsi deleted the dev_2.17.4 branch June 17, 2020 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant