Warning: session_start(): open(/var/lib/php/sessions/sess_e9imr2pidaajtl6mv4ipenaksn, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
p-exp {
new AIStrategy_RandomWithVariation strat;
LS plusExamples = ll("eval this", "eval that");
LS minusExamples = ll("do this", "do that", "avoid that", "let's do stuff", "don't be evil");
strat.submit = f1_scoreRegexpIC(plusExamples, minusExamples);
strat.random = func -> S { randomID(1) }; // random letter between a and z
strat.vary = func(S s) -> S { appendInRandomOrder(s, randomID(1)) };
runStrategyForever/*WhileImprovement*/(strat);
}