代码搜索:ARTIFICIAL
找到约 1,768 项符合「ARTIFICIAL」的源代码
代码结果 1,768
www.eeworm.com/read/364264/9916786
m antprogn2.m
function antprogn2(actions)
%ANTPROGN2 Executes two actions of the GPLAB artificial ant.
% ANTPROGN2 executes ACTIONS{1} followed by ACTIONS{2}. Returns the
% number of the time step used by
www.eeworm.com/read/364264/9916834
m antif.m
function antif(actiontruefalse)
%ANTIF Executes one or other action of the GPLAB artificial ant.
% ANTIF executes ACTIONTRUEFALSE{1} (action if true) if there is food
% ahead in the artifici
www.eeworm.com/read/364264/9916854
m anttrail.m
function result=anttrail(x,y)
%ANTTRAIL Interprets a matrix as a food trail for a GPLAB artificial ant.
% ANTTRAIL(X,Y) returns a struct array with a matrix (the food trail)
% and the number
www.eeworm.com/read/364264/9916946
m anteval.m
function anteval(tree)
%ANTEVAL Evaluates the tree of a GPLAB artificial ant.
% ANTEVAL evaluates the tree of an artificial ant by calling feval on the
% tree root, with or without arguments
www.eeworm.com/read/459924/7262686
py __init__.py
#
# Fast Artificial Neural Network library for Python
#
import libfann
__all__ = [
'libfann'
]
www.eeworm.com/read/459924/7262696
py __init__.py
#
# Fast Artificial Neural Network library for Python
#
import libfann
__all__ = [
'libfann'
]
www.eeworm.com/read/153407/12035513
m antif.m
function ntime=antif(actiontrue,actionfalse)
%ANTIF Executes one or other action of the GPLAB artificial ant.
% ANTIF executes ACTIONTRUE if there is food ahead in the artificial
% ant trail
www.eeworm.com/read/153407/12035545
m anttrail.m
function result=anttrail(x,y)
%ANTTRAIL Interprets a matrix as a food trail for a GPLAB artificial ant.
% ANTTRAIL(X,Y) returns a struct array with a matrix (the food trail)
% and the number
www.eeworm.com/read/224759/14568380
m antif.m
function ntime=antif(actiontrue,actionfalse)
%ANTIF Executes one or other action of the GPLAB artificial ant.
% ANTIF executes ACTIONTRUE if there is food ahead in the artificial
% ant trail
www.eeworm.com/read/224759/14568396
m anttrail.m
function result=anttrail(x,y)
%ANTTRAIL Interprets a matrix as a food trail for a GPLAB artificial ant.
% ANTTRAIL(X,Y) returns a struct array with a matrix (the food trail)
% and the number