Beispiel #1
0
 public File(BodyBase BodyBase = default, arch Arch = default, @string Suffix = default)
 {
     this.m_BodyBaseRef = new ptr <BodyBase>(BodyBase);
     this.Arch          = Arch;
     this.Suffix        = Suffix;
 }
Beispiel #2
0
 results[(arch, epoch)] = TrainModel(arch, epoch);