Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.01 KB

File metadata and controls

28 lines (18 loc) · 1.01 KB

Simulating Annealing Python implementation

Basic simulating annealing project

  • The algorithm was completely developed in Python language

  • The information is in the SA_Report.pdf

  • You can check the complete code at SA_code.py


Copyleft (C) 2016 Caetán Tojeiro Carpente

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/agpl-3.0.html