代码搜索:Population
找到约 4,722 项符合「Population」的源代码
代码结果 4,722
www.eeworm.com/read/469626/6972201
h replace.h
#ifndef _replace_h_
#define _replace_h_
int replaceWorst(Population *population, Population *offspring);
int divideWorst(Population *population, long left, long right, int n, long M);
#endif
www.eeworm.com/read/469626/6972205
h recomputegains.h
#ifndef _recomputeGains_h_
#define _recomputeGains_h_
#include "boa.h"
#include "graph.h"
#include "population.h"
int recomputeGains(int i, float **gain, char *full, AcyclicOrientedGraph *G, Populat
www.eeworm.com/read/469626/6972223
h computecounts.h
#ifndef _computeCounts_h_
#define _computeCounts_h_
#include "population.h"
int computeCounts(int *pos,
int n,
Population *population,
long *count);
int computeCountsForList(int node
www.eeworm.com/read/469626/6972227
h bayesian.h
#ifndef _bayesian_h_
#define _bayesian_h_
#include "boa.h"
#include "population.h"
#include "graph.h"
int constructTheNetwork(Population *population, AcyclicOrientedGraph *G, BoaParams *boaParams);
www.eeworm.com/read/469626/6972241
h select.h
#ifndef _select_h_
#define _select_h_
int selectTheBest(Population *population, Population *parents, long M);
int divideBest(Population *population, long left, long right, int n, long M);
#endif
www.eeworm.com/read/398328/7994025
m gacreation_nn.m
function Population = gacreation_nn(GenomeLength,FitnessFcn,options)
%GACREATION_NN Creates the initial population for genetic algorithm.
% POP = GACREATION_NN(NVARS,FITNESSFCN,OPTIONS) Creates the
www.eeworm.com/read/332313/12764143
h ga.h
/*
Copyright (c) 2001
Author: Konstantin Boukreev
E-mail: konstantin@mail.primorye.ru
Created: 04.09.2001 11:37:08
Version: 1.0.0
GA class
implementation of Genetic Algorithm
www.eeworm.com/read/139529/13150752
h replace.h
#ifndef _replace_h_
#define _replace_h_
int replaceWorst(Population *population, Population *offspring);
int divideWorst(Population *population, long left, long right, int n, long M);
#endif
www.eeworm.com/read/139529/13150764
h recomputegains.h
#ifndef _recomputeGains_h_
#define _recomputeGains_h_
#include "boa.h"
#include "graph.h"
#include "population.h"
int recomputeGains(int i, float **gain, char *full, AcyclicOrientedGraph *G,