-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathReadMe.txt
51 lines (31 loc) · 1.75 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
This software is an example of Computational Steering via the counter example
of naive parameter sweeps.
Research Computing Services, IT Services, University of Manchester.
-----------------------------------------------------------------------------
Prerequisites:
There are no prerequisites for running this code save that of a recent JRE.
It has been tested with Java 6 but it should work with Java 5 as well.
If you have a source distribution then you can either just build all the
classes by hand or use Maven:
$ mvn package
If you want to build the Javadoc pages then Maven can do this too:
$ mvn javadoc:javadoc
Maven is likely to be provided by your OS but in case it is not it is
available here: http://maven.apache.org/
-----------------------------------------------------------------------------
Running the code:
If you have a binary distribution or have built the source using the above
command you can simply run the resulting jar file as follows:
$ java -jar Parameter-Search.jar <crawler_strategy>
Where crawler_strategy is one of the provided strategies for crawling through
the target domain. Please see doc/exercise.txt for an explanation of these
strategies.
-----------------------------------------------------------------------------
Adding your own crawler strategy:
You simply need to subclass the AbstractCrawler class and implement the
search method to crawl through the target domain in the manner you require.
Have a look at the other crawlers to see how they work first.
-----------------------------------------------------------------------------
Any comments, enquiries or pleas for explanation should be directed to
the comp-steering mailing list. Details available from:
http://listserv.manchester.ac.uk/cgi-bin/wa?A0=COMP-STEERING