whizard is hosted by Hepforge, IPPP Durham

Opened 14 years ago

Closed 14 years ago

#347 closed enhancement (fixed)

Enhanced options for integration passes

Reported by: Christian Speckner Owned by: kilian
Priority: P1 Milestone: v2.0.5
Component: core Version: 2.0.2
Severity: normal Keywords:
Cc:

Description

As of r2713, I have implemented an extension to the iterations statement in branches/speckner/iterations. It is now possible to override the adaption behavior via an additional tag after the calls count, e.g. 10:1000:g . Allowed choices (on a per-pass basis) are:

  • "g": adapt grids, don't adapt weights
  • "w": don't adapt grids, adapt weights
  • "gw" / "wg": adapt both
  • none (as in 10:1000: ) : adapt none

Wolfgang, if you like this, I can merge it to the trunk; otherwise, feel free to close the ticket.

Change History (4)

comment:1 Changed 14 years ago by Juergen Reuter

Milestone: v2.0.3v2.0.4

comment:2 Changed 14 years ago by Juergen Reuter

Milestone: v2.0.4v2.0.5

comment:3 Changed 14 years ago by Juergen Reuter

Priority: P3P1

We should really think about this and finish this discussion. It is lingering around too long already now.

comment:4 Changed 14 years ago by kilian

Resolution: fixed
Status: newclosed

Finally done in r2946. I implemented I slight modification of the proposal: The modifiers are strings: either literals enclosed in quotes, or string expressions. Consequently, adapt none is specified as 10:1000:"", while default adaptation is 10:1000.

Note: See TracTickets for help on using tickets.