简单的遗传算法
源代码在线查看: 简单遗传算法.plg
软件大小: |
12 K |
上传用户: |
jccg1000146752 |
|
|
关键词: |
算法
|
下载地址: |
免注册下载 普通下载
|
|
Build Log
--------------------Configuration: 简单遗传算法 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP334.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/简单遗传算法.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\1一般遗传算法\简单遗传算法.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP334.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP335.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/简单遗传算法.pdb" /debug /machine:I386 /out:"Debug/简单遗传算法.exe" /pdbtype:sept
".\Debug\简单遗传算法.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP335.tmp"
Output Window
Compiling...
简单遗传算法.cpp
F:\1一般遗传算法\简单遗传算法.cpp(11) : warning C4005: 'MAXGENS' : macro redefinition
f:\1一般遗传算法\简单遗传算法.cpp(11) : see previous definition of 'MAXGENS'
Linking...
Results
简单遗传算法.exe - 0 error(s), 1 warning(s)