Grasshopper

algorithmic modeling for Rhino

It's possible to make galapagos pause 20 seconds (or a specific period of time) between each iteration?

Views: 620

Replies to This Discussion

I have the same question (problem). Please help.

I know this question is old. Nevertheless:

Add a ghComponent with your fitness value as input. Set the python script to:

import time

time.sleep(20)

Each time the input value changes, the sleep command will pause the calculation for 20 seconds.

However, I don't see the point. You can always keep track of your genomes and fitness with a recoder or the TT Toolbox Plugin.

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service