stimdelrew
Class PreTraining
java.lang.Object
|
+--stimdelrew.PreTraining
- public class PreTraining
- extends java.lang.Object
Main routine to test 30 random networks on 2 control blocks (CS only or US only).
It saves successfull networks and data in .ds76 and .dsc76 files respectively.
Method Summary |
static void |
main(java.lang.String[] args)
No arguments required. |
static int |
run(double lr,
int uc,
boolean inSquash,
boolean outSquash)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreTraining
public PreTraining()
main
public static void main(java.lang.String[] args)
- No arguments required.
run
public static int run(double lr,
int uc,
boolean inSquash,
boolean outSquash)