代码搜索结果

找到约 5,431 项符合 Temperature 的代码

whiteside.html

R: House Insulation: Whiteside's Data

boltzman.edt

Temperature Valid Length Tour 100.000000 no []->[]->[]->[]->[]->[]->[]->[]->[]->[] 99.000000 no []->[]->[]->[]->[]->[]->[]->[]->[]->[] 98.01000

boltzman.txt

Temperature Valid Length Tour 100.000000 no [] -> [] -> [] -> [] -> [] -> [] -> [] -> [] -> [] -> [] 99.000000 no [] -> [] -> [] -> [] -> [] -> []

14.c

#include int main() { char cmd; float temperature; while(1) { printf("\n*****************************************\n"); printf("\n| Please select one of convertions: |\n");

satest1.cxx

/* satest1.c++ Simple experiments with simulated annealing find the minumum of a function, there are two examples here one uses a simple cost function, the other imposes range constraints

dispeh.m

function dispEh(Eh) % Eh matrix display method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.com/software for information on SA T

dispet.m

function dispEt(Tt,Et,Etarget,ert,Kt,Ebsft) % Et data display method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.com/software f

tfinalnstop.m

function b = TfinalNstop(W,Ew,t,Tt,Et,Etarget,ert,Kt,Ebsft,f) % Final temperature determination method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http:

historyupdate.m

function Eh = historyupdate(Eh,Ev,t,T) % Temperature & Energy history update method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts

simulateannealing.m

% 使用模拟退火法求函数 f(x,y)=5sin(xy)+ x^2 + y^2 的最小值, % 根据题意,我们设计冷却表进度表为: % 初温度为100 % 衰减参数为0.95 % 马可夫链长度为10000 % 使用Metropolis接受准则进行模拟,Metropolis的步长为0.02 % 结束条件为根据上一个最优解与最新的一个最优解的之差小于某个容差. function