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

Is experienced_plans_scores.txt.gz output only available from ITERS folders? #3074

Open
KasiaKoz opened this issue Jan 24, 2024 · 2 comments

Comments

@KasiaKoz
Copy link
Contributor

I noticed that the experienced_plans_scores.txt.gz only appears in the ITERS folders of my MATSim outputs - is this by design? From the code I've looked at, I can't really figure out why it wouldn't appear with all the other final outputs. It looks like it's being saved along with the experienced_plans.xml.gz which does appear with the final outputs.

Is there a reason for this, or am I missing something from my config?

At the moment, in relation to experienced outputs, I only set this one parameter:

	<module name="planCalcScore / scoring">
		<param name="writeExperiencedPlans" value="true" />

In the team I work in, we have been relying heavily on experienced_plans.xml.gz for a long while now, but I have only discovered the experienced_plans_scores.txt.gz output today. I think this is largely because I don't venture out into the ITERS folders very often... Are there any other gems hidden there?

@kainagel
Copy link
Contributor

kainagel commented Feb 1, 2024

The output_... files need to be programmed explicitly. I am all for having "final" result in the upper level directory, but someone would need to code that. Do you want to give it a shot and submit a pull request? The functionality is in DumpDataAtEndImpl.

@KasiaKoz
Copy link
Contributor Author

KasiaKoz commented Feb 7, 2024

Yeah, I'll give it go, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants