Not sure what parameters you mean. Dynamic albums are saved searches so created via such.
You can disable which fields you wish to use on the backend search options or on the search form on the them itslef (if it is display by the theme - on our site for example it is not).
You can also use boolean expressions like OR, AND, NOT etc (we lack some documentation on these) but you cannot target specific fields directly except setting those options.
Since a dynamic album is a text file (`<albumname>.alb`) on the filesytem it is possible though to do that manually. A typical dynamci album file content looks like this:
`
WORDS=something
THUMB=1
FIELDS=city,country,desc,location,state,tags,title
CONSTRAINTS=inalbums=1&inimages=1&unpublished=0
`