Exemple #1
0
 def instance_size(self):
     return sg.n_sample_color(3) * sg.n_sample_shape(2) * (
         sg.n_random_when())**2
Exemple #2
0
 def instance_size(self):
     return sg.n_sample_shape(2) * sg.n_random_when()
Exemple #3
0
 def instance_size(self):
     return (sg.n_sample_shape(2) * sg.n_random_when()**2 *
             sg.n_random_color()**2 * 4)
Exemple #4
0
 def instance_size(self):
     return sg.n_sample_shape(4) * (sg.n_random_when())**4
Exemple #5
0
 def instance_size(self):
     return sg.n_sample_shape(3)