Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.