Skip to content

flo1166/MachineFailureSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MachineFailureSystem

General

This solves via a simulation the question how available a set of machines are over time. In this code a abstract method was implemented to calculate a probability sequence depending on the datatype (Standard Machine or Priority Machine).

Structure

  • machine - this package has the machine objects
  • Machine - is a machine object
  • PriorityMachine - extends the machine object with a specific type of machine
  • StandardMachine - extends the machine object with a specific type of machine
  • simulation - is the package with the simulation
  • AvailabilityMethods - has the methods to check the simulation
  • Simulation - inhabits the simulation and check for the simulation

About

This was part of the lecture "object oriented programming of heuristics" at the KU Ingolstadt.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages