!7 p-exp { new AIStrategy_RandomWithVariation strat; new AIStrategy_RandomWithVariation strat; LS plusExamples = ll("eval this", "eval that"); LS minusExamples = ll("do this", "do that"); strat.submit = f1_scoreRegexpIC(plusExamples, minusExamples); strat.random = curry randomID(1); // random letter between a and z strat.vary = func(S s) -> S { null }; runStrategyWhileImprovement(strat); }