Week 4 Flashcards

1
Q

Is a traditional crossover geometric?

A

A traditional crossover is geometric under the hamming distance (difference between your result and your two original solutions)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is semantics of a program?

A

All input output pairs defining the computed function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are semantic operators?

A

Semantic operators act on the syntax but guarantee that some semantic criterion holds
- semantic mutation: offspring semantically similar to parents
- semantic crossover: offspring semantically intermediate to parents

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Advantages of GP with geometric semantic operators

A

Always sees a cone landscape that is easy to search

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Why Swarm intelligence?

A

Swarms, flocks, etc… often exhibit the rather interesting properties:
– Individuals of the swarm are incapable of X, or could do X with only low probability.
– However, the swarm as a unit is able to do X, with high probability.

The ability to do x is an emergent property of the swarm.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do swarms communicate

A

Each element of the swarm has its own simple
behaviour, and a set of rules for interacting with
its fellows, and with the environment.
* Every element is the same – there is no central
controller.
* However, X emerges as a result of these local
interactions.
* E.g. ants finding food, termites building mounds.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do ants perform complex tasks?

A

Ants have highly developed sophisticated sign-based stigmergy

Communicate using pheromones that can be followed by other ants

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do pheromone trails work

A

Individual ants lay pheromone trails while travelling from
the nest, to the nest or possibly in both directions.
* The pheromone trail gradually evaporates over time.
* But pheromone trail strength accumulate with multiple ants
using path.
* Ants prefer paths with more pheromone on them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How does ant colony work

A

Ants are agents moving along nodes in a graph
Choose where to go based on pheromone strength
Ant path is a candidate solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly