> For the complete documentation index, see [llms.txt](https://www.generativedesign.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.generativedesign.org/99-appendix/99-01_glossary.md).

# Glossary

**Algorithm** / al·go·rithm / noun

> A process or set of rules to be followed in calculations or other problem-solving operations with a computer.

**Computational design** / comp·u·ta·tion·al de·sign / noun

> Explicit rules that systematically model the behavior of a proposed design and the resulting data and geometry. Not many project data are kept as static objects; instead, the procedure to create them is saved. Project geometry and data are generated from the execution of mathematical and logical procedures.

**Cross-product** / cross pro·duct / verb

> aka Cartesian Product - the product of two or more sets that contains all ordered pairs between the sets.

**Evaluate** / e·val·u·ate / verb

> To judge the quality of something based on how well it performs in one or more objective functions.

**Evolve** / e·vol·ve / verb

> To gradually make something better over generations.

**Explore** / ex·plore / verb

> To consider different ways of interpreting results and rankings.

**Generate** / gen·er·ate / verb

> To produce or create a design. Requires one or more input parameters that are combined in an algorithm to produce a design study. The resulting model or data is not necessarily a viable design.

**Generative design** / gen·er·a·tive de·sign / noun

> A system that produces design studies (alternatives), evaluates them against quantifiable goals, improves studies by learning from previous results, and ranks results based on their distance from the goals. The project is kept as a system, with affordances to choose one or a small subset of alternatives as a final set of project data and geometry.

**Global optimum** / glo·bal op·ti·mum / verb

> The best solution out of all the possible solutions.

**Goal** / goal / noun

> A quantifiable target value or range for a project or feature of a project.

**Iterative** / it·er·a·tive / verb

> Doing something repeatedly, often to make it better.

**Local optimum** / lo·cal op·ti·mum / verb

> The best solution within a group of solutions that are slightly different, but still worse than the global optimum.

**Multi-objective** / mul·ti ob·ject·ive / adjective

> Using two or more objectives when optimizing a solution.

**Optimization** / op·ti·mi·sa·tion / verb

> Maximizing or minimizing a mathematical function to arrive at the best possible solution to a problem.

**Optioneering** / op·tion·eer·ing / verb

> Enter a desired number of results and design algorithm and make the computer generate solutions.

**Permutation** / per·mu·ta·tion / verb

> A unique iteration of a design.

**Seed** / seed / noun

> A value that initializes a random function.

**Solver** / solv·er / noun

> An algorithm specifically designed to find the solution to a precisely defined problem.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.generativedesign.org/99-appendix/99-01_glossary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
