代码搜索:mate
找到约 1,628 项符合「mate」的源代码
代码结果 1,628
www.eeworm.com/read/163252/10168436
m gas.m
%function [ok]=gas(popsize,lchrom,pcross,pmutation,maxgen)
% solve the max value of f(x)=x^2 by using GAs,
% if you want to find the maximum of other functions,
% what you should do is only modify
www.eeworm.com/read/356044/10237965
c generate.c
/*----------------------------------------------------------------------------*/
/* generate.c - create a new generation of individuals */
/*----------------------------------
www.eeworm.com/read/159601/10635228
c generate.c
/*----------------------------------------------------------------------------*/
/* generate.c - create a new generation of individuals */
/*----------------------------------
www.eeworm.com/read/349916/10782356
c generate.c
/*----------------------------------------------------------------------------*/
/* generate.c - create a new generation of individuals */
/*----------------------------------
www.eeworm.com/read/208134/6942754
java testmating.java
package chc;
public class TestMating {
public static Hypothesis one;
public static Hypothesis two;
public static Hypothesis thr;
public static Hypothesis fou;
public static Hypothe
www.eeworm.com/read/208134/6942760
java matingpair.java
package chc;
import java.io.*;
import java.util.*;
public class MatingPair {
private Hypothesis mate;
private Hypothesis match;
private Hypothesis brother;
private Hypothesis sister;
www.eeworm.com/read/182375/6960800
bak generate.bak
/*==============================================
file : generate.c
purpose : new population generation
developed : 1991
author : Kalyanmoy Deb
===================================
www.eeworm.com/read/182375/6960814
c generate.c
/*==============================================
file : generate.c
purpose : new population generation
developed : 1991
author : Kalyanmoy Deb
modified : Alex Kosorukoff
======
www.eeworm.com/read/469623/6972091
c generate.c
/*----------------------------------------------------------------------------*/
/* generate.c - create a new generation of individuals */
/*------------------------------------
www.eeworm.com/read/461294/7229695
c generate.c
/*----------------------------------------------------------------------------*/
/* generate.c - create a new generation of individuals */
/*----------------------------------