Sggesting improved function for wiggling (W-E-T) and be able to change Clash Importances without stopping Wiggle

Started by WBarme1234

WBarme1234 Lv 1

Actual Situation while running a recipe:

  1. There is only one function like WiggleAll(xx) running at once and the recipe waits until this function is complete.
    xx means integer number of complete rounds.
    While doing a manual wiggleAll (W-E-T), I'm able to change in parallel ClashImportance(CI) to my desire - I'm getting good points for doing that!

  2. While doing an ED-Puzzle I noticed that wigglesidechains (E) sometimes needs several hundred rounds until no more gain - each round gives then ~0.002 points! Seems strange to me! Mostly, it takes up to ~20 rounds to complete no more gains.

  3. No chat/messages working in CH since 1 year. Which channels# are used?

What is needed in a recipe:

  1. I would like to have functions WiggleAll(msec) - where I can for ex. set randomly the time running in msec.
    ( P.S:: I noticed that xx= in integer rounds don't give the highest points. )

  2. I would like to be able to run a new function wiggleall(untilStopCmd) and then be able in parallel to change the CI to what ever I want (Ramping/Stepping, …), …