⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 asa-changes

📁 simulated annealing code ASA
💻
📖 第 1 页 / 共 5 页
字号:
readme.ms:
Filled out URLs for several files, e.g., so they will be active in
ASA-README.html.

========================================================================
17 Jun 97

readme.ms:
Separated fees from documentation.

========================================================================
14 Jun 97

readme.ms:
Clarified use of DEFINE_OPTIONS and OPTIONS.

========================================================================
8 Jun 97

readme.ms:
Included information on access-via-email.

========================================================================
6 Jun 97

readme.ms:
Corrected some typos in descriptions of OPTIONS_FILE_DATA and
RECUR_OPTIONS_FILE_DATA.

ASA-README.html:
Renamed from README.html.  This file will not be included with the
code, but made available in the archive.

========================================================================
5 Jun 97

README.html:
Removed <PRE>...</PRE> format.

========================================================================
4 Jun 97

README.html:
Added cross-references among subsections.

========================================================================
31 May 97

Makefile, readme.ms
Added README.html from README.  Corrected some header section titles.

========================================================================
29 May 97

readme.ms:
Added section Use of Documentation for Tuning.

========================================================================
18 May 97

readme.ms:
Added information on fees and contributions.

========================================================================
12 May 97

readme.ms:
Updated reference to ASA code.

========================================================================
8 May 97

readme.ms:
Updated URL information.

========================================================================
13 Apr 97

readme.ms:
Added info about private directory.

========================================================================
24 Mar 97

readme.ms:
Updated references.

========================================================================
2 Mar 97

readme.ms:
Changed format of README and README+.

========================================================================
3 Feb 97

readme.ms:
Changed a typo, using cost_exit instead of cost_flag.

========================================================================
10 Jan 97

asa.c, asa_user.h, readme.ms, user.c:
In asa_user.h, the OPTIONS *Best_Cost and *Best_Parameters are pointers
to the saved best state calculated in asa(), and Locate_Cost is set to
12 instead of 2 if newly generated parameters enter the cost function
just after a new best state is achieved.  The ASA_TEMPLATE just after
the comment MY_TEMPLATE_diminishing_ranges in user.c illustrates the
use.

asa.c, asa_user.h, readme.ms, user.c:
Similarly, in asa_user.h, the OPTIONS *Last_Cost (replacing Last_Cost,
used when USER_ACCEPTANCE_TEST is TRUE) and *Last_Parameters are
pointers to the last saved state calculated in asa().

========================================================================
30 Dec 96

readme.ms:
Updated references.

========================================================================
20 Dec 96

all files:
Updated Copyright notice to 1997.

========================================================================
9 Dec 96

asa.c, asa_user.c, readme.ms:
Locate_Cost is a flag set in asa(), telling at what point the cost
function is being called.

========================================================================
4 Dec 96

readme.ms:
Removed references to a_file.

========================================================================
30 Nov 96

asa.c, readme.ms:
Immediate_Exit saved upon entering cost_derivatives() or when
reannealing the cost temperature, and restored to that value upon
leaving.

========================================================================
22 Nov 96

NOTES, readme.ms:
Added section on Judging Importance-Sampling.

========================================================================
20 Nov 96

readme.ms:
updated references

========================================================================
13 Nov 96

CHANGES:
Added entries back to 1992.

readme.ms:
updated references

========================================================================
3 Nov 96

readme.ms:
Added reference to asa_contrib that contains source code for
doubly-linked and hashed lists that can be used for ASA_QUEUE.

========================================================================
15 Sep 96

NOTES, asa.c, readme.ms, user.c, user.h:
When USER_GENERATING_FUNCTION is true, the functions defined by
Generating_Distrib [user_generating_distrib(), and
recur_user_generating_distrib() if SELF_OPTIMIZE is TRUE] include the
passed array last_saved_parameter[].  This array contains all the last
saved parameters, which are sometimes required for algorithms requiring
decisions based on all current parameters.

========================================================================
11 Sep 96

readme.ms:
Updated references.

========================================================================
16 Aug 96

Makefile, NOTES, asa.c, asa_user.h, readme.ms:
Added QUENCH_PARAMETER_SCALE and QUENCH_COST_SCALE, to independently
control the influences of the quenching scales on the temperature
scales and the temperature indexes.

========================================================================
24 Jul 96

readme.ms:
Updated references.

========================================================================
3 Jul 96

readme.ms:
Updated references.

========================================================================
14 Jun 96

Makefile, asa_opt, readme.ms:
Added MY_TEMPLATE_[...] locations in Makefile and reformatted white
space in asa_opt to facilitate use of scripts to alter new versions of
ASA for user problems.

========================================================================
13 Jun 96

user.c:
Added 3 MY_TEMPLATE locations after calls to asa ().

========================================================================
10 June 96

asa.c, asa_user.h, readme.ms, user.c:
Changed all occurrences of MY_COST in user.c to distinct names of type
MY_TEMPLATE_[...] to aid user-defined insertions of code in user.c and
in asa_user.h when MY_TEMPLATE is set to TRUE (the default).

========================================================================
9 Jun 96

readme.ms, user.c:
If the value of seed fed to asa_seed() is less than 0, this signals the
default randflt() to initialize the array of seeds to be shuffled.
This is especially useful when using repeated calls to asa_main() when
ASA_LIB is TRUE.

asa.c:
Corrected bug in testing whether to bypass derivative calculations in
asa_exit().

========================================================================
22 May 96

readme.ms:
Updated references.

========================================================================
9 May 96

readme.ms:
Updated references.

========================================================================
2 May 96

readme.ms:
Changed location of directory for transferring private files from
LIMBO.DIR to public_html.  Such files now can be retrieved via WWW or
FTP.

readme.ms:
Corrected indenting of several items in Contents.

========================================================================
29 Apr 96

readme.ms:
Updated references.

========================================================================
22 Apr 96

Makefile, asa.c, asa_user.h, user.c, readme.ms:
When USER_ACCEPT_ASYMP_EXP is TRUE, an asymptotic form of the
exponential function as an alternative to the Boltzmann function
becomes available for the acceptance test.  A parameter
OPTIONS->Asymp_Exp_Param becomes available, with a default of 1.0
giving the standard Boltzmann function.

========================================================================
19 Apr 96

asa.c:
Made index_cost_constraint available when either USER_INITIAL_COST_TEMP
or USER_REANNEAL_COST is FALSE, and corrected test on
User_Cost_Temperature.

========================================================================
16 Apr 96

readme.ms:
Corrected some archive addresses.

========================================================================
10 Apr 96

Makefile, asa.c, asa.h, asa_user.h, readme.ms:
Moved MIN_EXPONENT and MAX_EXPONENT from static variables in asa.c to
#define's in asa.h.  When CHECK_EXPONENT is TRUE, EXPONENT_CHECK(x) in
asa() checks that an exponent x is within a valid range and, if not,
adjusts its magnitude to fit in the range.

========================================================================
8 Apr 96

user.c:
Changed rand_seed to recur_rand_seed when ASA_TEMPLATE_SELFOPT is TRUE.
Changed cast in fprintf for ALLOC_INT recur_v.

========================================================================
7 Apr 96

readme.ms:
Updated new ftpmail address.

========================================================================
6 Apr 96

Makefile, asa.c, asa_user.h, readme.ms, user.c:
When ASA_TEST_POINT is set to TRUE, the precise system referenced in
user.c in used instead of the ASA_TEST system used by many
researchers.  This system is solved in asa_examples.

========================================================================
4 Apr 96

asa.c:
Moved an #endif to its proper place!

========================================================================
12 Mar 96

NOTES, readme.ms:
Added comments on use of QUENCH_PARAMETERS OPTIONS to create a hybrid
global-local adaptive quenching search algorithm, e.g., together with
USER_REANNEAL_PARAMETERS set to TRUE.

========================================================================
29 Feb 96

readme.ms:
Deleted 0lower.dir as this was not being used.

========================================================================
12 Feb 96

readme.ms:
Corrected a couple of typos re location of new archive.

========================================================================
4 Feb 96

NOTES, readme.ms:
Removed pgp-2.6.2 info from commercial archive.

========================================================================
18 Jan 95

readme.ms:
Added reference to a new UTILS.DIR/CODE.DIR storing most of the code
described in the files in UTILS.DIR.

========================================================================
16 Jan 95

readme.ms:
Added reference to same file structure under ingber/ for both WWW and
FTP access.

========================================================================
15 Jan 95

asa.c, asa.h, asa_user.h, readme.ms:
Moved all FDLIBM code to MISC.DIR/asa_contrib.

asa.h:
Moved FDLIBM code to MISC.DIR/asa_contrib so that these routines can be
placed independently in the asa or the user module.

readme.ms:
Cleaned up a few typos.

========================================================================
13 Jan 96

NOTES, asa.c, readme.ms:
The file MISC.DIR/asa_contrib in the ASA archive contains some code
contributed by users; this file may evolve into an index for a separate
directory.  There is a CONTENTS of sections headers that can be used to
search on topics in your browser or editor.

The file MISC.DIR/asa_examples in the ASA archive contains some example
problems using ASA.  There is a CONTENTS of sections headers that can
be used to search on topics in your browser or editor.

========================================================================
10 Jan 96

NOTES:
Added some background correspondence to section on @@Quenching.

========================================================================
8 Jan 96

asa.c:
Cleaned up some printing statements in test_asa().  Bypass most
printing within asa_exit() if *exit_status = INVALID_USER_INPUT.

asa.c, asa.h:
Added print_string_index() to print out index with descriptive string
if *exit_status = INVALID_USER_INPUT.

========================================================================
6 Jan 96

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -