Page 1 of 1

Teaching Shutdown Controls: Error and Repetitions

Posted: Thu 4. Nov 2010, 20:21
by MrCreosote
At first it is quite clear how to specify an error limit that will stop Teach when that error limit is achieved.

At first it appeared that there was no way to teach for n repetitions (or epochs).

With the TeachStep, a Script loop could have been written to loop n times to do this. This was not considered a very good way to do it.

But then it occurred to me that it is possible with Lesson Repetitions.

Is this right?

Just set Lesson Repetitions to n and do a TeachStep and there you have it?

Regards,
Tom

Re: Teaching Shutdown Controls: Error and Repetitions

Posted: Thu 4. Nov 2010, 22:51
by Admin
MrCreosote wrote:Just set Lesson Repetitions to n and do a TeachStep and there you have it?
You nailed it. It's exactly the way you described.

Regards

Re: Teaching Shutdown Controls: Error and Repetitions

Posted: Wed 27. Apr 2011, 07:10
by Admin
Note that since MemBrain version 03.08.00.00 there is a new signature available for the script function:

Code: Select all

void TeachStep(uint stepCount)
The (optional) parameter stepCount allows to specify a certain number of Teach Steps.

Regards