文件名称:pyOpt-1.2.0
介绍说明--下载内容来自于网络,使用问题请自行百度
基于Python的非线性约束优化代码,用于求解非线性约束下的最优解。-Python-based nonlinear optimization code constraint, the optimal solution for solving nonlinear constraints.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
pyOpt-1.2.0/
pyOpt-1.2.0/CHANGES
pyOpt-1.2.0/INSTALL
pyOpt-1.2.0/LICENSE
pyOpt-1.2.0/QUICKGUIDE
pyOpt-1.2.0/README
pyOpt-1.2.0/examples/
pyOpt-1.2.0/examples/autorefine.py
pyOpt-1.2.0/examples/groups.py
pyOpt-1.2.0/examples/history.py
pyOpt-1.2.0/examples/parallel_alpso.py
pyOpt-1.2.0/examples/parallel_gradient.py
pyOpt-1.2.0/examples/parallel_midaco.py
pyOpt-1.2.0/examples/parallel_nlpqlp.py
pyOpt-1.2.0/examples/passing_args.py
pyOpt-1.2.0/examples/rosenbrock.py
pyOpt-1.2.0/examples/tp037.py
pyOpt-1.2.0/examples/usersens.py
pyOpt-1.2.0/pyOpt/
pyOpt-1.2.0/pyOpt/__init__.py
pyOpt-1.2.0/pyOpt/pyALGENCAN/
pyOpt-1.2.0/pyOpt/pyALGENCAN/LICENSE
pyOpt-1.2.0/pyOpt/pyALGENCAN/README
pyOpt-1.2.0/pyOpt/pyALGENCAN/__init__.py
pyOpt-1.2.0/pyOpt/pyALGENCAN/pyALGENCAN.py
pyOpt-1.2.0/pyOpt/pyALGENCAN/setup.py
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/README
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/algconst.par
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/algencan.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/algencan.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/algparam.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/auglag.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/auglag.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/backtrack.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/backtrack.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/betra.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/betra.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/calc.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/cgm.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/cgm.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/checkder.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/checkder.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/closeunit.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/counters.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/dim.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/dim.par
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/dogleg.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/dogleg.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/drand.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/evalal.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/extrap.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/extrap.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/f2py/
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/f2py/README
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/f2py/algencan.pyf
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/fixvar.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/fparam.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/fparam.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/gencan.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/gencan.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/graddat.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/happdat.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/happrox.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/hessdat.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/hpredat.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/itetyp.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/lss.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/machconst.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/moresor.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/moresor.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/newtd.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/newtd.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/newtonkkt.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/newtonkkt.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/openunit.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/outtyp.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/probdata.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/rspace.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/scaling.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/scl.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/setpoint.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/sevalus.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/sevalus.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/slacks.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/spgls.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/spgls.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/sydat.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/tevalus.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/tevalus.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/tnls.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/tnls.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/uevalus.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/uevalus.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/vevalus.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/vevalus.f
pyOpt-1.2.0/pyOpt/pyALHSO/
pyOpt-1.2.0/pyOpt/pyALHSO/LICENSE
pyOpt-1.2.0/pyOpt/pyALHSO/README
pyOpt-1.2.0/pyOpt/pyALHSO/__init__.py
pyOpt-1.2.0/pyOpt/pyALHSO/alhso.py
pyOpt-1.2.0/pyOpt/pyALHSO/pyALHSO.py
pyOpt-1.2.0/pyOpt/pyALHSO/setup.py
pyOpt-1.2.0/pyOpt/pyALPSO/
pyOpt-1.2.0/pyOpt/pyALPSO/LICENSE
pyOpt-1.2.0/pyOpt/pyALPSO/README
pyOpt-1.2.0/pyOpt/pyALPSO/__init__.py
pyOpt-1.2.0/pyOpt/pyALPSO/alpso.py
pyOpt-1.2.0/pyOpt/pyALPSO/alpso_dpm.py
pyOpt-1.2.0/pyOpt/pyALPSO/alpso_poa.py
pyOpt-1.2.0/pyOpt/pyALPSO/alpso_spm.py
pyOpt-1.2.0/pyOpt/pyALPSO/pyALPSO.py
pyOpt-1.2.0/pyOpt/pyALPSO/setup.py
pyOpt-1.2.0/pyOpt/pyCOBYLA/
pyOpt-1.2.0/pyOpt/pyCOBYLA/LICENSE
pyOpt-1.2.0/pyOpt/pyCOBYLA/README
pyOpt-1.2.0/pyOpt/pyCOBYLA/__init__.py
pyOpt-1.2.0/pyOpt/pyCOBYLA/pyCOBYLA.py
pyOpt-1.2.0/pyOpt/pyCOBYLA/setup.py
pyOpt-1.2.0/pyOpt/pyCOBYLA/source/
pyOpt-1.2.0/pyOpt/pyCOBYLA/source/README
pyOpt-1.2.0/pyOpt/pyCOBYLA/source/closeunit.f
pyOpt-1.2.0/pyOpt/pyCOBYLA/source/cobyla.bak
pyOpt-1.2.0/pyOpt/pyCOBYLA/source/cobyla.f
pyOpt-1.2.0/pyOpt/pyCOBYLA/source/cobylb.bak
pyOpt-1.2
pyOpt-1.2.0/CHANGES
pyOpt-1.2.0/INSTALL
pyOpt-1.2.0/LICENSE
pyOpt-1.2.0/QUICKGUIDE
pyOpt-1.2.0/README
pyOpt-1.2.0/examples/
pyOpt-1.2.0/examples/autorefine.py
pyOpt-1.2.0/examples/groups.py
pyOpt-1.2.0/examples/history.py
pyOpt-1.2.0/examples/parallel_alpso.py
pyOpt-1.2.0/examples/parallel_gradient.py
pyOpt-1.2.0/examples/parallel_midaco.py
pyOpt-1.2.0/examples/parallel_nlpqlp.py
pyOpt-1.2.0/examples/passing_args.py
pyOpt-1.2.0/examples/rosenbrock.py
pyOpt-1.2.0/examples/tp037.py
pyOpt-1.2.0/examples/usersens.py
pyOpt-1.2.0/pyOpt/
pyOpt-1.2.0/pyOpt/__init__.py
pyOpt-1.2.0/pyOpt/pyALGENCAN/
pyOpt-1.2.0/pyOpt/pyALGENCAN/LICENSE
pyOpt-1.2.0/pyOpt/pyALGENCAN/README
pyOpt-1.2.0/pyOpt/pyALGENCAN/__init__.py
pyOpt-1.2.0/pyOpt/pyALGENCAN/pyALGENCAN.py
pyOpt-1.2.0/pyOpt/pyALGENCAN/setup.py
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/README
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/algconst.par
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/algencan.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/algencan.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/algparam.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/auglag.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/auglag.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/backtrack.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/backtrack.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/betra.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/betra.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/calc.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/cgm.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/cgm.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/checkder.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/checkder.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/closeunit.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/counters.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/dim.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/dim.par
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/dogleg.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/dogleg.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/drand.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/evalal.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/extrap.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/extrap.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/f2py/
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/f2py/README
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/f2py/algencan.pyf
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/fixvar.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/fparam.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/fparam.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/gencan.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/gencan.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/graddat.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/happdat.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/happrox.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/hessdat.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/hpredat.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/itetyp.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/lss.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/machconst.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/moresor.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/moresor.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/newtd.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/newtd.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/newtonkkt.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/newtonkkt.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/openunit.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/outtyp.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/probdata.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/rspace.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/scaling.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/scl.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/setpoint.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/sevalus.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/sevalus.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/slacks.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/spgls.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/spgls.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/sydat.inc
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/tevalus.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/tevalus.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/tnls.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/tnls.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/uevalus.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/uevalus.f
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/vevalus.bak
pyOpt-1.2.0/pyOpt/pyALGENCAN/source/vevalus.f
pyOpt-1.2.0/pyOpt/pyALHSO/
pyOpt-1.2.0/pyOpt/pyALHSO/LICENSE
pyOpt-1.2.0/pyOpt/pyALHSO/README
pyOpt-1.2.0/pyOpt/pyALHSO/__init__.py
pyOpt-1.2.0/pyOpt/pyALHSO/alhso.py
pyOpt-1.2.0/pyOpt/pyALHSO/pyALHSO.py
pyOpt-1.2.0/pyOpt/pyALHSO/setup.py
pyOpt-1.2.0/pyOpt/pyALPSO/
pyOpt-1.2.0/pyOpt/pyALPSO/LICENSE
pyOpt-1.2.0/pyOpt/pyALPSO/README
pyOpt-1.2.0/pyOpt/pyALPSO/__init__.py
pyOpt-1.2.0/pyOpt/pyALPSO/alpso.py
pyOpt-1.2.0/pyOpt/pyALPSO/alpso_dpm.py
pyOpt-1.2.0/pyOpt/pyALPSO/alpso_poa.py
pyOpt-1.2.0/pyOpt/pyALPSO/alpso_spm.py
pyOpt-1.2.0/pyOpt/pyALPSO/pyALPSO.py
pyOpt-1.2.0/pyOpt/pyALPSO/setup.py
pyOpt-1.2.0/pyOpt/pyCOBYLA/
pyOpt-1.2.0/pyOpt/pyCOBYLA/LICENSE
pyOpt-1.2.0/pyOpt/pyCOBYLA/README
pyOpt-1.2.0/pyOpt/pyCOBYLA/__init__.py
pyOpt-1.2.0/pyOpt/pyCOBYLA/pyCOBYLA.py
pyOpt-1.2.0/pyOpt/pyCOBYLA/setup.py
pyOpt-1.2.0/pyOpt/pyCOBYLA/source/
pyOpt-1.2.0/pyOpt/pyCOBYLA/source/README
pyOpt-1.2.0/pyOpt/pyCOBYLA/source/closeunit.f
pyOpt-1.2.0/pyOpt/pyCOBYLA/source/cobyla.bak
pyOpt-1.2.0/pyOpt/pyCOBYLA/source/cobyla.f
pyOpt-1.2.0/pyOpt/pyCOBYLA/source/cobylb.bak
pyOpt-1.2
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.