登录
首页 » Python » basin hopping

basin hopping

于 2021-04-17 发布 文件大小:1214KB
0 218
下载积分: 1 下载次数: 3

代码说明:

  盆地跳跃法寻找势函数最低点,非常高效好用,值得一试(BASIN HOPPING CODE, really efficient and useful. Everyone should try it and thank me)

文件列表:

basin hopping, 0 , 2018-05-30
basin hopping\energy_gradient.py, 420 , 2018-05-15
basin hopping\Report for basin hopping.pdf, 67157 , 2018-05-16
basin hopping\mean iterations stepsize.tif, 120763 , 2018-05-25
__MACOSX, 0 , 2018-06-01
__MACOSX\basin hopping, 0 , 2018-06-01
__MACOSX\basin hopping\._mean iterations stepsize.tif, 210 , 2018-05-25
basin hopping\step_siza vary.tif, 110751 , 2018-05-25
__MACOSX\basin hopping\._step_siza vary.tif, 210 , 2018-05-25
basin hopping\results.docx, 60558 , 2018-05-16
__MACOSX\basin hopping\._results.docx, 176 , 2018-05-16
basin hopping\.DS_Store, 8196 , 2018-05-30
__MACOSX\basin hopping\._.DS_Store, 120 , 2018-05-30
basin hopping\results.pdf, 659173 , 2018-05-16
basin hopping\Report for basin hopping.docx, 18400 , 2018-05-16
basin hopping\gradient_descent.py, 904 , 2018-05-15
basin hopping\time.tif, 102145 , 2018-05-24
__MACOSX\basin hopping\._time.tif, 210 , 2018-05-24
basin hopping\time,iteration.tif, 102145 , 2018-05-24
__MACOSX\basin hopping\._time
,iteration.tif, 323 , 2018-05-24
basin hopping\time stepsize.tif, 125069 , 2018-05-25
__MACOSX\basin hopping\._time stepsize.tif, 210 , 2018-05-25
basin hopping\Screen Shot 2018-05-29 at 9.48.43 PM 1.png, 96135 , 2018-05-29
__MACOSX\basin hopping\._Screen Shot 2018-05-29 at 9.48.43 PM 1.png, 531 , 2018-05-29
basin hopping\basin_hopping.py, 1547 , 2018-05-15
basin hopping\gradient_descent_1.py, 0 , 2018-05-15
basin hopping\Screen Shot 2018-05-29 at 9.48.43 PM.png, 473432 , 2018-05-29
__MACOSX\basin hopping\._Screen Shot 2018-05-29 at 9.48.43 PM.png, 519 , 2018-05-29
basin hopping\temperature .tif, 161783 , 2018-05-25
__MACOSX\basin hopping\._temperature .tif, 210 , 2018-05-25
basin hopping\123.tif, 4458447 , 2018-05-30
__MACOSX\basin hopping\._123.tif, 210 , 2018-05-30
basin hopping\ave
,std error.tif, 220553 , 2018-05-24
__MACOSX\basin hopping\._ave
,std error.tif, 210 , 2018-05-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ym
    说明:  vb源码程序 windows api函数 转发 转发 转发 转发 转发 转发 转发 转发 转发 转发 转发 转发(vb source program windows api function Forwarding Forwarding Forwarding Forward Forward Forward Forward Forward Forward Forward Forward Forwarding)
    2016-04-26 11:48:37下载
    积分:1
  • c
    说明:  经典c语言源代码,对学习c语言的人很重要,值得一看(Classic C language source code is very important, see, learn c language)
    2012-06-26 15:22:56下载
    积分:1
  • q1
    说明:  Pokeface 题目描述 魔术师将一叠扑克顺次在桌上排成一行,初始全部正面朝上。随后,他每次挥一挥衣袖,都会翻转一连串的扑克,改变它们的正反朝向。从古代传下来的规矩,魔术师皆有师傅,他们要随时准备回答师傅的问题。问题形如:目前从第i张扑克牌到第j张扑克牌中,有几张正面朝上? 作为魔术师的助手,你被要求学习程序设计、算法与数据结构。现在,魔术师把这个问题交给了你,你需要编写一个程序,维护相应的数据结构来保存桌子上牌面的情况,同时对于师傅的每一个问题,你要用尽量快的速度计算出答案。 输入 第一行包含三个正整数n、p和q。n表示扑克牌的数量,p表示魔术师的挥一挥次数,q表示师傅的问话次数。 接下来共p+q行,每行包含一个操作,操作分为2种: H i j 魔术师挥一挥,改变了第i张牌到第j张牌的正反 Q i j 师傅问话:截至目前,第i张到第j张牌中有多少张正面朝上 操作中恰好包含p次H操作,q次Q操作,与第一行的p和q吻合。H操作和Q操作的范围均包含边界(即第i张和第j张牌)。 对于每个操作,输入保证1 ≤ i ≤ j ≤ n。 输出 对于每次Q操作,输出一行,包含一个整数,表示问题的答案。 提示:线段树(Pokeface Title Description The magician will stack poker table sequentially in a row, all the initial face-up. He then every wisp will flip a series of poker pros and cons of changing their orientation. The rules handed down ancient times, the master magician Jie, they be ready to answer the teacher s questions. Question of the form: Currently playing cards i to j-card poker, there are a few face-up? As a magician s assistant, you are required to learn programming, algorithms and data structures. Now, the magician put this question to you, you need to write a program to maintain appropriate data structure to hold the cards on the table face the situation, while the master for each question, and you want to use as quickly calculate the answer. Enter The first line contains three positive integers n, p and q. n represents the number of poker, p represents the wave of the magic number, q represents the number of master s questioning. Next, a total of p+ q rows, each containi)
    2015-01-18 15:02:14下载
    积分:1
  • 词典压缩码 在多媒体中数据量一般都比较大,为了更好的在网络上传输,采用的无损压缩码...
    词典压缩编码 在多媒体中数据量一般都比较大,为了更好的在网络上传输,采用的无损压缩编码-Dictionary Coding in multimedia data is generally larger than that in order to better the transmission on the network, using a lossless compression coding
    2022-03-12 23:41:32下载
    积分:1
  • Sirocom based java source code
    基于java的vpn源代码-Sirocom based java source code
    2022-06-17 21:30:55下载
    积分:1
  • ext
    ext-2.1(网络系统),2.1版本,可以在web上摸拟一个桌面系统,使用简单,是一个简单的windows系统,不需要配置服务器。-ext-2.1 (Network Systems), Version 2.1, you can web on a desktop system simulation, using simple, is a simple windows system with no need to configure the server.
    2023-01-22 06:10:04下载
    积分:1
  • GetProbability
    说明:  获得图像的统计特性,特别是直方图统计特性,(image was the statistical characteristics, in particular the histogram characteristics,)
    2005-11-15 18:18:02下载
    积分:1
  • 5123653
    自动投票源码程序,结合易语言模块易语言网页操作类.ec,实现网页自动投票。(Source automated voting procedures , combined with easy language module easy language page action class .ec, implement automated voting page .)
    2016-05-03 14:59:14下载
    积分:1
  • Under a command
    一个命令行下的嗅探器支持2k/xp/2003 -Under a command-line support 2k/xp/2003 sniffer
    2022-03-19 01:05:41下载
    积分:1
  • 活动目录的例子,可以参考:)
    活动目录的例子,可以参考:)-Active Directory example, they can refer to :)
    2022-09-01 16:15:03下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载