mathysgrapotte / stimulus

Stochastic Testing and Input Manipulation for Unbiased Learning Systems
15 stars 5 forks source link

implement the noise_all_combination() in the JsonSchema class #36

Open alessiovignoli opened 6 months ago

alessiovignoli commented 6 months ago

This function sìhould vrite all against all noiser combinations with all againt all parameters combination. example :

input json:

noiser1 : p1 : 1, 2 noiser2 : p1 : 3 , p2 : 4, 5

resulting noiser calls:

noiser1 : p1 : 1 + noiser2 : p1 : 3 , p2 : 4 noiser1 : p1 : 1 + noiser2 : p1 : 3 , p2 : 5 noiser1 : p1 : 2 + noiser2 : p1 : 3 , p2 : 4 noiser1 : p1 : 1 + noiser2 : p1 : 3 , p2 : 5

mathysgrapotte commented 5 months ago

@alessiovignoli can we consider this issue closed ?

alessiovignoli commented 5 months ago

no bnot implemented yet