We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6714a0b commit fe7beb2Copy full SHA for fe7beb2
src/logic/ga/Termination.ts
@@ -1,6 +1,6 @@
1
import {IAlgorithm, TerminationBase} from '@technote-space/genetic-algorithms-js';
2
3
-export class Termination<InputT, OutputT> extends TerminationBase {
+export class Termination extends TerminationBase {
4
public constructor(private offspringNumber: number) {
5
super();
6
}
0 commit comments