Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Feb 5, 2024
1 parent 5caaa88 commit 086d3d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
import java.util.List;
import java.util.Map;

/**
* This class runs a server that receives model parameters for free speed
*/
@CommandLine.Command(
name = "freespeed-opt-server",
description = "Start server for freespeed optimization."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.matsim.application.prepare.network.opt.NetworkModel;

/**
* Reference model with a combining decision tree on priority, road type and speed.
* Reference model with a manual combining decision tree using priority, road type and speed.
*/
public final class DecisionTreeParams implements NetworkModel {

Expand Down

0 comments on commit 086d3d4

Please sign in to comment.