top | item 43764938 (no title) ansk | 10 months ago And on the seventh day, God ended His work which He had done and began vibe coding the remainder of the human genome. discuss order hn newest sdenton4|10 months ago this should do the trick... while creatures: c = get_random_creature() if c.is_dead(): creatures.pop(c) else: creatures.add(c.mutate()) RogerL|10 months ago You also need selection, not just mutation (I know you are being silly, so am I) load replies (1)
sdenton4|10 months ago this should do the trick... while creatures: c = get_random_creature() if c.is_dead(): creatures.pop(c) else: creatures.add(c.mutate()) RogerL|10 months ago You also need selection, not just mutation (I know you are being silly, so am I) load replies (1)
RogerL|10 months ago You also need selection, not just mutation (I know you are being silly, so am I) load replies (1)
sdenton4|10 months ago
RogerL|10 months ago