Free cookie consent management tool by TermsFeed Policy Generator

Opened 13 years ago

Closed 11 years ago

#1411 closed feature request (worksforme)

Add total evaluated nodes as a result

Reported by: mkommend Owned by: mkommend
Priority: medium Milestone:
Component: Problems.DataAnalysis Version: 3.3.3
Keywords: Cc:

Description

This can be either done by counting the number of evaluated nodes in the interpreter or by suming the tree sizes in the evaluators.

Change History (9)

comment:1 Changed 13 years ago by gkronber

  • Owner changed from mkommend to gkronber
  • Status changed from new to assigned

comment:2 Changed 13 years ago by mkommend

  • Owner changed from gkronber to mkommend

comment:3 Changed 13 years ago by mkommend

  • Owner changed from mkommend to gkronber

comment:4 Changed 13 years ago by gkronber

r5851: added evaluated nodes parameter to symbolic data analysis evaluators.

comment:5 Changed 13 years ago by gkronber

r5864: fixed implementation of evaluators to store total evaluated nodes value in a variable in the global scope.

comment:6 Changed 13 years ago by gkronber

  • Owner changed from gkronber to mkommend
  • Status changed from assigned to reviewing

comment:7 Changed 13 years ago by mkommend

  • Status changed from reviewing to assigned

comment:8 Changed 13 years ago by mkommend

  • Milestone changed from HeuristicLab 3.3.4 to HeuristicLab Backlog

r5906: Reverted changesets regarding the number of evaluated nodes.

comment:9 Changed 11 years ago by gkronber

  • Milestone HeuristicLab 3.3.x Backlog deleted
  • Resolution set to worksforme
  • Status changed from assigned to closed

Currently, the number of evaluated solutions is counted in the interpreter and available as a result in finished runs.

Note: See TracTickets for help on using tickets.