代码搜索:Expectation
找到约 340 项符合「Expectation」的源代码
代码结果 340
www.eeworm.com/read/146392/5738677
java null.java
/* Copyright (c) 2000-2004 jMock.org
*/
package org.jmock.expectation;
/**
* A class that represents the null value.
* The {@link org.jmock.expectation.Null Null} class is used
www.eeworm.com/read/247527/12652446
m selectionuniform.m
function parents = selectionuniform(expectation,nParents,options)
%SELECTIONUNIFORM Choose parents at random.
% PARENTS = SELECTIONUNIFORM(EXPECTATION,NPARENTS,OPTIONS) chooses
% PARENTS random
www.eeworm.com/read/247527/12652460
m selectionroulette.m
function parents = selectionroulette(expectation,nParents,options)
%SELECTIONROULETTE Choose parents using roulette wheel.
% PARENTS = SELECTIONROULETTE(EXPECTATION,NPARENTS,OPTIONS) chooses
%
www.eeworm.com/read/247527/12652521
m fitscalingrank.m
function expectation = fitscalingrank(scores,nParents)
% FITSCALINGRANK Rank based fitness scaling.
% EXPECTATION = FITSCALINGRANK(SCORES,NPARENTS) calculates the
% EXPECTATION using the SCORES
www.eeworm.com/read/146392/5738594
java todo.java
/* Copyright (c) 2000-2004 jMock.org
*/
package test.jmock;
public class ToDo
{
//TODO Rename Mock to MockObjectBuilder [OPEN TO DISCUSSION]
//TODO Rename proxy() to mock()
//TO
www.eeworm.com/read/146392/5738641
java selfdescribing.java
/* Copyright (c) 2000-2004 jMock.org
*/
package org.jmock.core;
/**
* An object that can describe itself.
* Used when reporting a missed expectation in a test case.
*/
public interface
www.eeworm.com/read/222974/14666621
h modelexpect.h
//////////////////////////////////////////////////////////////////////
///
/// Copyright (c) 2000, Yusuke Miyao
/// You may distribute under the terms of the Artistic License.
///
/// $Id: Mode
www.eeworm.com/read/249425/12506073
java result.java
package dataprocess;
public class Result {
Result(DistributionStrategy strategy) {
this.strategy = strategy;
}
public double[] getData() {
return this.data;
}
public boolean i
www.eeworm.com/read/247527/12652451
m gaplotexpectation.m
function state = gaplotexpectation(options,state,flag)
%GAPLOTEXPECTATION Plots raw scores against the expected number of offspring.
% STATE = GAPLOTEXPECTATION(OPTIONS,STATE,FLAG) plots the raw s
www.eeworm.com/read/247527/12652467
m fitscalingtop.m
function expectation = fitscalingtop(scores,nParents,quantity)
%FITSCALINGTOP Top individuals reproduce equally.
% EXPECTATION = FITSCALINGTOP(SCORES,NPARENTS,QUANTITY) calculates the
% EXPECTA