代码搜索结果
找到约 10,000 项符合
Input 的代码
input.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: input.
input.css
.input { clip: rect( ); height: 18px; width: 100px; background-position: top; font-family: "宋体"; font-size: 12px; color: #000033; text-decoration: none}
a:hover { color: #00CC33; text-decoration
input.c
/*
* Copyright (c) 2001--2005 Falk Feddersen
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the
input.h
/*
* Copyright (c) 2001 Falk Feddersen
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free S
input-real
Number of Real and Binary Variables (nreal 0)
Number of Objectives (2)
Number of Constraints (2)
Population size (100)
Maximum generations (100)
Crossover probability (0.9)
Real-parameter mutation pro
input-binary
Number of Real and Binary Variables (0 nbinary)
Number of Objectives (2)
Number of Constraints (2)
Population size (100)
Maximum generations (100)
Crossover probability (0.9)
Type of Crossover: Single
input.h
/*This is a file to get the input for the GA program*/
void input(FILE *rep_ptr);
void input(FILE *rep_ptr)
{
int i;
float cc;
printf("---------------------------------------------------
input.c
/* $NetBSD: input.c,v 1.39 2003/08/07 09:05:32 agc Exp $ */
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from softw