Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oyvinddd/inf273
Assignments from the course INF273 at the University of Bergen
https://github.com/oyvinddd/inf273
metaheuristics
Last synced: about 5 hours ago
JSON representation
Assignments from the course INF273 at the University of Bergen
- Host: GitHub
- URL: https://github.com/oyvinddd/inf273
- Owner: oyvinddd
- Created: 2020-01-25T17:36:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T12:00:26.000Z (almost 2 years ago)
- Last Synced: 2024-06-19T21:50:54.570Z (5 months ago)
- Topics: metaheuristics
- Language: Go
- Homepage: https://www.uib.no/en/course/INF273
- Size: 7.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mandatory Assignments
## Assignment 1
See my answers [here](https://oyvinddd.github.io/inf273/).
## Assignment 2
Implementation relevant to assignemnt 2 can be found [here](https://github.com/oyvinddd/inf273/blob/master/util/parser.go) (parser) and [here](https://github.com/oyvinddd/inf273/blob/master/assignment2/assignment2.go) (functions for generating a random solution, checking feasibility and calculating the objective function).
## Assignment 3
Implementation relevant for assignment 3 can be found [here](https://github.com/oyvinddd/inf273/tree/master/heuristics).
## Note
The code for the assignment was written in [Go](https://golang.org/). After installing Go, use the command ``go get github.com/oyvinddd/inf273`` to download the program (by doing this, the files will be downloaded directly to your $GOPATH/src directory). To run the program simply type the command ``go run *.go`` inside the project directory.