Changeset 3043
- Timestamp:
- Sep 3, 2017 1:19:41 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r3042 r3043 4063 4063 lower=-100, upper=100, dwell=50, slope=0.9,ranStart=False, 4064 4064 ranRange=0.10,autoRan=False,dlg=None): 4065 ''' Scipy license: 4066 Copyright (c) 2001, 2002 Enthought, Inc. 4067 All rights reserved. 4068 4069 Copyright (c) 2003-2016 SciPy Developers. 4070 All rights reserved. 4071 4072 Redistribution and use in source and binary forms, with or without 4073 modification, are permitted provided that the following conditions are met: 4074 4075 a. Redistributions of source code must retain the above copyright notice, 4076 this list of conditions and the following disclaimer. 4077 b. Redistributions in binary form must reproduce the above copyright 4078 notice, this list of conditions and the following disclaimer in the 4079 documentation and/or other materials provided with the distribution. 4080 c. Neither the name of Enthought nor the names of the SciPy Developers 4081 may be used to endorse or promote products derived from this software 4082 without specific prior written permission. 4083 ''' 4065 ''' Scipy license: 4066 Copyright (c) 2001, 2002 Enthought, Inc. 4067 All rights reserved. 4068 4069 Copyright (c) 2003-2016 SciPy Developers. 4070 All rights reserved. 4071 4072 Redistribution and use in source and binary forms, with or without 4073 modification, are permitted provided that the following conditions are met: 4074 4075 a. Redistributions of source code must retain the above copyright notice, 4076 this list of conditions and the following disclaimer. 4077 b. Redistributions in binary form must reproduce the above copyright 4078 notice, this list of conditions and the following disclaimer in the 4079 documentation and/or other materials provided with the distribution. 4080 c. Neither the name of Enthought nor the names of the SciPy Developers 4081 may be used to endorse or promote products derived from this software 4082 without specific prior written permission. 4083 ''' 4084 4084 4085 """Minimize a function using simulated annealing. 4085 4086
Note: See TracChangeset
for help on using the changeset viewer.