Generative Design Primer
  • Welcome
  • Introduction to Generative Design
    • Computational Design
    • Generative Design
      • What is Generative Design?
      • Why should I use Generative Design?
      • What goes into a Generative Design Process?
        • Anatomy of each stage
      • Examples of Generative Design
        • MaRs Innovation District of Toronto
        • Furniture Design
        • A Further Analogy
      • Anatomy of a Good Generative Design Process
    • Visual Programming
    • Dynamo
    • Generative Design for Revit and Dynamo
  • Deeper Dive to Generative Design
    • Algorithms
      • What are Algorithms?
      • Generators
      • Evaluators
      • Solvers
    • Optioneering
    • Optimization
      • What is Optimization?
      • Objective Function
      • Constraints
      • Data
      • Defining Goals
    • Genetic Algorithms
      • What is a Genetic Algorithm?
      • Initialization phase
      • Evaluation Phase
      • Selection Phase
      • Crossover Phase
      • Mutation Phase
    • Other Techniques
    • Genetic Algorithm Q&A
  • Hello Generative Design for Revit and Dynamo!
    • Installing Generative Design
    • Setting up a Graph for Generative Design
    • Running Generative Design
    • Visualizing Results in Generative Design
    • Refinery Toolkit
      • Installing the Refinery Toolkit from the Dynamo Package Manager
      • Using the Refinery Toolkit
    • Space Analysis for Dynamo
      • Installing the Space Analysis for Dynamo package from the Dynamo Package Manager
      • Using the Space Analysis Package
    • Using Revit alongside Generative Design
      • Using Data from Revit
      • Remember Node Inputs
      • How to Test Revit Data Capture
      • Detailed Example Workflow
      • Sharing Logic and Results
      • Current Limitations
      • Accessing Generative Design Directly From Revit
  • Sample Workflows
    • Getting Started Workflows
      • Highest Point of a Surface
      • Minimum Volume and Maximum Surface
    • Architectural Workflows
      • Building Mass Generator
      • Building Positioning based on Solar Analysis
      • Office Layout
      • Grid Object Placement in a Room
      • Entourage Placement Exploration
    • MEP Workflows
      • Distributing Spotlights in an Office Space
    • Structural Workflows
    • BIM Workflows
      • Placement of views on sheets
    • Community Examples
      • Guidelines
      • List Of Examples
  • Generative Design in Your Office
    • What Generative Design Can Be Used For?
    • What Generative Design Can’t Be Used For?
    • How to Convince Senior Stakeholders of Using Generative Design?
    • The Role of a Generative Designer
    • Hiring a Generative Designer
  • Next Steps
    • Machine Learning
      • What is Machine Learning?
      • Is Generative Design Machine Learning?
      • Can Machine Learning and Generative Design Work Together?
  • Appendix
    • Glossary
    • Reference Material
    • Need Professional Help?
Powered by GitBook
On this page
  • How to Run an Optioneering Process
  • How to Run an Optimization Process

Was this helpful?

  1. Hello Generative Design for Revit and Dynamo!

Running Generative Design

PreviousSetting up a Graph for Generative DesignNextVisualizing Results in Generative Design

Last updated 8 months ago

Was this helpful?

Studies can be run using different methods. In the Create Study window, you can choose from four different generation methods (find out more about this in the section).

How to Run an Optioneering Process

An optioneering process lets you explore all possible solutions that the graph can produce. Generative Design will generate the solutions based on the constraints that were defined in the Dynamo graph.

To run an optioneering process, follow these steps:

  1. Launch Create Study from the Generative Design menu in Dynamo.

  2. Select a graph and select Randomize from the Method drop-down as the generation method (see the section for more information).

  3. Under Inputs, make sure that all the desired inputs are present. For inputs that should not change on each run, uncheck the box alongside it and set the desired value.

  4. Under Generation Settings, choose how many solutions you want to create.

  5. Under Generation Settings, select a random seed (or number) to begin the randomization with, or use the default value.

  6. Under Issues, resolve any items.

  7. Finally, click Generate to run your optioneering process.

How to Run an Optimization Process

An optimization process uses the computer to evolve your design to find the most suitable options, based on the constraints and goals provided.

To run an optimization process in Generative Design, follow these steps:

  1. Launch Create Study from the Generative Design menu in Dynamo.

  2. Under Inputs, make sure that all of your desired inputs are present. For inputs that should not change on each run, uncheck the box alongside it and set the desired value.

  3. Under Set goals, go through each objective and set the optimization goal you want to achieve - Maximize or Minimize.

  4. Under Set constraints, you can optionally set a minimum and maximum for each output.

  5. Under Generation settings, set a population size or use the default value. This represents the number of options that Generative Design will create in each generation.

  6. Under Generation settings, can set the number of generations you want to create, or use the default value. Remember that each new generation is a range of options that falls between the two best designs from the previous generation.

  7. Under Generation Settings, select a random seed (or number) to begin the optimization with, or use the default value.

  8. Under Issues, resolve any items.

  9. Finally, click Generate to run your optimization process.

Generative Design uses , an elitist multi-objective genetic algorithm to optimize results.

Select a graph and select Optimize as the generation method (see the section for more information).

NSGA-II
Solvers
Solvers
Solvers
A graph in Define Study with x, y, and z inputs using the Randomize method
A graph in Define Study with x, y, and z inputs using the Optimize method