aimacode / aima-scala

MIT License
85 stars 34 forks source link

Fix compiler warnings #74

Closed BusyByte closed 5 years ago

BusyByte commented 5 years ago

getting a lot of warnings around sealed traits since using a global one. this adds compiler settings for completeness and gets rid of global traits for Action, Percept, State, etc. Also gets rid of some partial functions. Still some work to get rid of vars and abstract vals.