www.gusucode.com > sloptim工具箱matlab源码程序 > sloptim/sloptim/@sroengine/@Specification/getCount.m

    function Count = getCount(this) 
% GETCOUNT  private method to return number of evaluationg performed for
% this specification
%
 
% Author(s): A. Stothert 29-Jun-2005
% Copyright 2005 The MathWorks, Inc.

Count = this.evalCount;