22
-vim-
6y

That's why I love Python, just write a quick derpy code to do a very long and boring task

Comments
  • 2
    What is going on here?
  • 1
    @iSwimInTheC I have a big spreadsheet of elements that I load onto a numpy array and then aI try every possible combination of elements and check if it follows certain rules
  • 0
    This is a perfect procedure for a genetic algorithm.
  • 0
    @iSwimInTheC Well most of the times, organic algorithms tend to derive and mutate from good path and slowly prioritize a good thing, I just bruteforce the thing, but I realized it had way too much thing to get through, so I had to make something more intelligent
  • 0
    @RedBorg I feel like you could do some O(nlogn) procedure by dividing the periodic table in half, and work from there.
Add Comment