ai-se / softgoals

1 stars 4 forks source link

Dialog operator #3: budget ceiling #96

Closed timm closed 7 years ago

timm commented 8 years ago

add a budget ceiling number that is selected randomly by the DE over the range min to max:

max = sum of all costs in entire mode min = max/10

during the run. if cost > ceiling then stop. and by "cost" here i mean the sum of cost of all nodes currently used in the simulation.

sei-jklein commented 8 years ago

I'm not understanding "sum of all costs in entire mode".

However, establishing a maximum allowable cost as a global constraint is a good filter for stopping early.

bigfatnoob commented 8 years ago

Early Termination Report

No Termination Report

Changes to notice: