BenchmarkFunctions.jl:一组通用基准函数用于在Julia中测试优化算法 源码
BenchmarkFunctions.jl 一组通用基准函数,用于在Julia中测试优化算法 入门 要添加软件包,请在REPL中输入以下内容: julia > using Pkg julia > Pkg . add ( " BenchmarkFunctions " ) 创建网格和评估基准函数的简单示例是: using BenchmarkFunctions X = ndgrid ( - 4 : 0.1 : 4 , - 4 : 0.1 : 4 ) y = himmelblau (X) 要重新创建上面的图: using BenchmarkFunctions plot ( " himmelblau " , - 4 : 0.1 : 4 , - 4 : 0.1 : 4 )
文件列表
BenchmarkFunctions_jl-master.zip
(预估有个60文件)
BenchmarkFunctions.jl-master
.travis.yml
701B
Project.toml
470B
Manifest.toml
10KB
.github
workflows
CompatHelper.yml
467B
test
runtests.jl
4KB
LICENSE
34KB
暂无评论