forked from dybisz/BachelorThesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
31 lines (22 loc) · 841 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Finite Automata for Pattern Recognition
Bachelor Thesis at Warsaw University of Technology
Factulty of Mathematics and Information Science.
######################
# AUTHORS
######################
Jakub Ciecierski
Batlomiej Dybisz.
######################
# INSTALL
######################
Refer to INSTALL.txt for installation guide.
######################
# PROJECT STRUCTURE
######################
The entire project encapsulates multiple sub projects:
apps - constains all applications.
apps/classifier_constructor - The pso based classificaiton.
apps/hill_climber - The hill climber based classificaiton.
libs - Contains all libraries.
resources - Resources used in the experiments.
#####################################################