Parameters

Homework review

Parameters - group exercise

Try out this sketch: https://editor.p5js.org/omarwnema/sketches/zzQf--oBv

In your groups, change the parameters and add a sketch here. Add the names of each group member as a header

(This is the coding train tutorial I used to make the sketch)

šŸ‘‡šŸ¼Ā Post sketches here

Parameters.png


Why parameters?

Quick iteration. We are creating systems, and then using those systems to branch out and create/experiment more.

From Justin Bakse:

AĀ parameter spaceĀ is the set of all possible combinations of values for the parameters of a system. The parameter space of a system can grow very quickly. A system with oneĀ booleanĀ parameter can be configured in just two ways. If the system has 8 boolean parameters, it can be configured in 256 ways. A system with 16 boolean parameters will have 65,536 combinations. This rapid growth is referred to asĀ combinatorial explosion

You should choose parameters that are going to impact the end result

What parameters would we for a system that draws a square like this?

image.png