I have a general problem in going from a problem that is described in english to it being described in mathematics and then solving it to find the solution.
Take, for example, that I have a set of "houses" with features such as {bedrooms, build_quality, noise_pollution (lower is better), air_quality (higher is better), price_per_sqft}
Then I want to find the house that has the higher number of bedrooms, lowest noise pollution, highest air_quality and lowest price_per_sqft. How would I describe this using the language of mathematics? (can I say how do I model this problem mathematically?) and then how would I go about actually solving it? Can I describe the problem in some function and then try and minimise it? What about normalization as air_quality and bedrooms could be vastly different?
Many thanks