crossover: crossover - perform crossing over of two networks

Description Usage Arguments Details Value Note Author(s) References See Also

Description

Perform a crossover of two networks at a random node and exchange all connected edges.

Usage

1
crossover(phi1, phi2, fanin)

Arguments

phi1

Adjacency matrix, the first network.

phi2

Adjacency matrix, the second network.

fanin

Max indegree of node.

Details

Chooses a random node and performs crossover of network phi1 and phi2. Used for netga.

Value

A list containing the matrices after the crossover.

Note

~~further notes~~

Author(s)

Christian Bender

References

~put references to the literature/web site here ~

See Also

netga


ddepn documentation built on May 2, 2019, 4:42 p.m.