Biomorpher

Interactive Evolutionary Algorithms for Rhino Grasshopper.

As opposed to setting objective functions (As with Galapagos for example), Interactive Evolutionary Algorithms (IEAs) allow designers to engage with the process of evolutionary development itself. This creates an involved experience, helping to explore the wide combinatorial space of parametric models without always knowing where you are headed.

See github site for source (MIT) and latest release:

https://github.com/johnharding/Biomorpher/releases

Cecilie Brandt Olsen (author of K2 Engineering) and I have been developing Biomorpher since December 2016.

This work is sponsored by the 2016/17 UWE VC Early Career Researcher Development Award and was initially inspired by Richard Dawkins' Biomorphs from his 1986 book, The Blind Watchmaker: Why the Evidence of Evolution Reveals a Universe without Design.

Please leave comments and share your experience of using Biomorpher below. It would be great to hear from you!

Logic of parametric design

Hi,

I would like to find a book or some resources on the logic behind parametric design,

I already Read AAD by the great "Arturo Tedeschi", It is great indeed, now I am hungry for more but I doubt I can start my own algorithm projects yet,

I am interested in architecture, but any geometric design can be adapted...

thanks in advance

  • up

    Daniel González Abalde

    This is not parametric design, this is algorithmic or generative design. In the edition of the process is the paradigmatic change, parameters are at an interface level, the data is the current, not the field. So if you want to learn about processes, you must learn the language that can produces them. If you learn a language, express yourself with it. You learn in a genuine way only if you face your own problems/exercises. If you want to learn quickly and less deeply, then books or teachers are your best choice. But I do not think there is a logic behind this, if there is one, it is very generalist or partial. There can be no an instruction to make art with instructions. There are logics of all kinds, although grasshopper is very limited in this because it is sequential (non-parallel), in cascade (it is difficult to control the flow) and acyclic (no plugins, no loops). But it allows you to code within it :)

    Btw, You have asked a general question in a particular group, on the main page you have an +Add a Discussion in the forum panel to ask general questions.

    2