Optimality #495
Replies: 2 comments 1 reply
-
Hi @antoniojbm, to use the metrics it's enough to import them, create an instance and add the instance to the problem with
There are 2 enhsp engines:
Looking at the optimality notebook it should be clear how to use those metrics, even if they are different; if you still have problems in using them just let me know. |
Beta Was this translation helpful? Give feedback.
-
Aries actually supports the makespan optimization metric but it may not be efficient to your problem (its focus is on non-recursive hierchical planning). Note that it should be used with the anytime operation mode to get solutions of increasing quality even in hte absence of optimality proof (which aries may never give you for certain classes of problems). |
Beta Was this translation helpful? Give feedback.
-
Good morning, I have been reading documentation about PDDL, I am very interested in the optimization part especially the part of "MinimizeMakespan" and "MinimizeExpressionOnFinalState", I would like to use it in my project but I can't find an example of these two features. Please, could you give me short examples of how they should be used?
Beta Was this translation helpful? Give feedback.
All reactions