Back to Mover page.

RampMover

Repeatedly applies a given mover while ramping the score from a low value to a high value.

<RampingMover name="(&string)" start_weight="(&real)" end_weight="(&real)" outer_cycles="(&real)" inner_cycles="(&real)" score_type="(&string)" ramp_func="(&string)" montecarlo="(&string)" mover="(&string)"/>
  • start_weight - starting weight for ramp
  • end_weight - ending weight for ramp
  • outer_cycles - number of increments to ramp score in
  • inner_cycles - number of times to call inner mover in each score ramp increment
  • score_type - name of the score term to ramp
  • ramp func - the ramp funct to use, valid options are linear, geometric, or inverse_geometric
  • montecarlo - the name of the montecarlo object to use
  • mover - name of the inner mover to use.

See Also