sivarajankumar / fluxcapacitor

Automatically exported from code.google.com/p/fluxcapacitor
0 stars 0 forks source link

filtering options #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For which program(s) you want a new feature?
(Capacitor/Simulator/Both/Tetris)

Simulator

Which build of the program(s)?
(look it up in the .prop file in the ./bin folder of the installation)

FluxSimulator-1.0-RC2

Feel free to provide any additional information below.

I have a problem finding documentation on how I can set size selection filter 
criteria. I have set FILTERING yes, but the options from the older release 
FILT_MIN and FILT_MAX are not recognized anymore. I get these errors:

Parameter FILT_MIN not found. Check the spelling!

How can I achieve such a filtering? 

Original issue reported on code.google.com by matthias...@googlemail.com on 8 Jul 2011 at 3:41

GoogleCodeExporter commented 8 years ago
yes, the FILT_MIN and FILT_MAX options are removed. The filtering is now based 
on distributions and you can specify an empirical distribution using the 
SIZE_DISTRIBUTION parameter. There you have to specify a file that basically 
contains one size per line, i.e.

231
312
203

and so on. If you specify nothing and just enable the filtering, the simulator 
uses a default distribution. 
RC3 will contain a way to specify a normal distribution based on mean and 
standard deviation. 
Note that you can also switch the filtering method using the SIZE_SAMPLING 
parameter. to get a list of all available parameters, use '-t simulator 
--printParamters'. 

Original comment by thasso.g...@gmail.com on 8 Jul 2011 at 5:19

GoogleCodeExporter commented 8 years ago
Ok, that sounds good, but what do the three numbers in that file mean? Are 
these parameters of a distribution? How is the default distribution specified? 
And what does RJ, AC, MH stand for? Unfortunately --printParamters does not 
explain these things.

Original comment by matthias...@googlemail.com on 11 Jul 2011 at 9:26

GoogleCodeExporter commented 8 years ago
RC3 just released and it contains a little bit more documentation as well as a 
way to specify normal distributions based on mean and standard deviation to do 
size sampling. See --printParameters for more information

Original comment by thasso.g...@gmail.com on 26 Jul 2011 at 1:27