colidescope

/live/ unpacking-the-genetic-algorithm

Welcome! You are not currently logged in. You can Log in or Sign up for an account.

Unpacking the Genetic Algorithm

In this session we review the fundamentals of the Genetic Algorithm (GA) and its context within the broader field of optimization

+Introduction

In this session we review the fundamentals of the Genetic Algorithm (GA) and its context within the broader field of optimization. The power of the GA is its simplicity, as it is composed of only four elements: generation, selection, crossover, and mutation. In these lectures, we review these elements and detail and discuss how they are implemented in Discover. This will give you an intuition for what is happening "under the hood" when you run an optimization in Discover, which will allow you to make better decisions when designing your generative models.


+Elements of the GA - Generation and Selection

⚠️ You need a member account to access this content.

+Elements of the GA - Crossover and Mutation

⚠️ You need a member account to access this content.

+Evaluating generative models

⚠️ You need a member account to access this content.

+Troubleshooting

⚠️ You need a member account to access this content.

+Five guidelines for designing better generative models

⚠️ You need a member account to access this content.