Also, how did you get into it, and what sort of education or certifications (if any) did you need?

And if you were to get into the same niche today, would you? (And in some cases–COULD you, or has the door closed?)

  • Feathercrown@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    10 months ago

    Not the person you were responding to, but I’m knowledgeable on the topic. What you’re describing is simulated evolution, and it can (and has!) been used to make anything from antennas to spray nozzles to mixer blades. Basically, you start with one or multiple base designs, then slowly alter parameters about the design (for antennas, this could be length, number of loops, loop direction, etc., or it could be more granular, like starting from a stump and extending or branching in random directions).

    You generally have a group of candidate designs, called a “generation”, then randomly select from these designs, weighted towards the ones which perform better, and “kill” the underperforming ones. Then you make random mutations on the remaining members of the old generation to create a new generation. Continue until you have generations that are performing better than your current manual designs, if the evolution manages to reach that point.

    There are additional things you can do to solve certain issues the evolutionary process might run into, like taking the parameters for your new generation from two parents instead of one (essentially, this goes from single-celled mitosis to sexual reproduction, and can allow two different evolutionary lines to share their progress).