Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve search over feasible project configurations #13

Open
pksohn opened this issue Feb 1, 2017 · 0 comments
Open

Improve search over feasible project configurations #13

pksohn opened this issue Feb 1, 2017 · 0 comments

Comments

@pksohn
Copy link
Contributor

pksohn commented Feb 1, 2017

From Discourse:

Methods to speed up the search over feasible project configurations, and make this search 'smarter'.

This search has several parts:

  1. Upon instantiating a SqftProForma object, generate a dictionary of DataFrames (one for each (form, parking configuration) pair. Each DataFrame is a lookup table that takes into accounts the various configurations and costs.
  2. In the parcel model (this is our latest version), loop through forms and call the lookup method.
  3. For each form, loop through each parking configuration to generate a DataFrame that provides information about profit, costs, revenue, etc.
  4. Select the parking configuration with maximum profit

This is an open-ended issue. It seems like there may be some good ways to improve this search and reduce the brute-force complexity, but we haven't diagnosed specific problems, and we are hoping you can take a deeper look and consider possible solutions.

@pksohn pksohn modified the milestones: v0.3.0, v0.1.1 Feb 1, 2017
@pksohn pksohn modified the milestones: v0.1.1, UDST v0.1 Mar 10, 2017
@pksohn pksohn removed this from the UDST v0.1 milestone May 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant