Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed Sep 30, 2021
2 parents d107ec0 + fba7e16 commit 9849790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/carGenetic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { linearPolynomial } from './math/polynomial';
import { sigmoid, sigmoidToCategories } from './math/sigmoid';
import { euclideanDistance } from './math/geometry';

// Car has 16 distance sensors.
// Car has 8 distance sensors.
export const CAR_SENSORS_NUM = 8;

// Additional formula coefficient that is not connected to a sensor.
Expand Down

0 comments on commit 9849790

Please sign in to comment.