This commit is contained in:
parent
f25011b7fc
commit
84fcad715c
9
algo/jDE.go
Normal file
9
algo/jDE.go
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
// Copyright 2022 wanderer <a_mirre at utb dot cz>
|
||||||
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
package algo
|
||||||
|
|
||||||
|
// Evolve runs an evolution algorithm on population (WIP).
|
||||||
|
func Evolve(population any) any {
|
||||||
|
return population
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user