代码搜索结果
找到约 10,000 项符合
7 的代码
select7.m
function [out,coefs,pin]=select(in,d,x,y,h1,h2)
%
% out=select(in);
%
% selects a new population
%
%
global stop;
%
% Mix up the population
%
chrom=shuffle(in);
%
% Decode the existing
perf7.m
function [out]=perf(in,x,y,h,id);
%
% Calculates the performance of a given
% set of parameters that have been decoded
% from the population members.
% Works for the whole population.
%
global
unit7.pas
unit Unit7;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, DBCtrls, StdCtrls, Grids, DBGrids, DB, ADODB, ComCtrls;
type
unit7.~pas
unit Unit7;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, DBCtrls, StdCtrls, Grids, DBGrids, DB, ADODB, ComCtrls;
type
unit7.~dfm
object Form7: TForm7
Left = 393
Top = 139
Width = 581
Height = 501
Caption = #20840#37096#20449#24687#26174#31034
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color =
unit7.dfm
object Form7: TForm7
Left = 393
Top = 139
Width = 581
Height = 501
Caption = #20840#37096#20449#24687#26174#31034
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color =