DEV Community

Discussion on: Generate All Possible Combinations in JavaScript Using Combinate

Collapse
 
dieguezz profile image
Diego Segura

I like it a lot, this is something i had already thought of but never implemented, because as some comments say, i thought it might be a bit overkill. Anyway, i think there are cool use cases (specially for testing) where might be very useful. Used wisely :)

Collapse
 
nas5w profile image
Nick Scialli (he/him)

I do some machine learning engineering too and got my idea from grid search. I assume anyone using ML in JS could use this for parameter turning