LICENCE.txt 731 B

123456789101112131415161718
  1. COBYLA---Constrained Optimization BY Linear Approximation.
  2. Copyright (C) 1992 M. J. D. Powell (University of Cambridge)
  3. This package is free software; you can redistribute it and/or
  4. modify it under the terms of the GNU Lesser General Public
  5. License as published by the Free Software Foundation; either
  6. version 2.1 of the License, or (at your option) any later version.
  7. This package is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  10. See the GNU Lesser General Public License
  11. https://www.gnu.org/copyleft/lesser.html
  12. for more details.
  13. Michael J. D. Powell <mjdp@cam.ac.uk>
  14. University of Cambridge
  15. Cambridge, UK.