I need random select 50 elements from 50 lists to build a new array, each list includes 100 elements, then apply some processing (like sorting) on all possible new arrays.
The question is there will be 100^50 possibility for the combination of the new array, and I need work on 100^50 arrays. How to realize this work? with python or MATLAB?
Aucun commentaire:
Enregistrer un commentaire