Free cookie consent management tool by TermsFeed Policy Generator

Opened 5 years ago

Closed 5 years ago

#3014 closed enhancement (done)

Extend physics problems to allow testing with simulated noise

Reported by: gkronber Owned by: mkommend
Priority: medium Milestone: HeuristicLab 3.3.16
Component: Problems.Instances Version: trunk
Keywords: Cc:

Description

The physics problem instances for symbolic regression have been introduced with #2957.

It could be helpful to have versions with a small amount of noise.

Attachments (1)

airfoil-lift.png (15.2 KB) - added by gkronber 5 years ago.

Download all attachments as: .zip

Change History (12)

comment:1 Changed 5 years ago by gkronber

  • Status changed from new to accepted
  • Version set to trunk

r17092: changed description of variables and added a copy of the target variable with simulated noise for AircraftLift, FluidDynamics and RocketFuelFlow

comment:2 Changed 5 years ago by gkronber

r17093: added a copy of the target variable with simulated noise to the AircraftMaximumLift problem instance

comment:3 Changed 5 years ago by gkronber

  • Status changed from accepted to reviewing

comment:4 Changed 5 years ago by gkronber

r17094: fixed bugs in AircraftLift problem description

comment:5 Changed 5 years ago by gkronber

  • Owner changed from gkronber to mkommend

comment:6 follow-up: Changed 5 years ago by mkommend

  • Owner changed from mkommend to gkronber
  • Status changed from reviewing to assigned

Reviewed r17092, r17093, r17094.

Changes regarding the noisy target column look good. However, in r17092 the formula for the AircraftLift problem and in r17094 the according description has been changed from alpha - alpha_0 to alpha + alpha_0. In the publication [0] the formula is stated with a minus as it has been originally implemented. Could you please check again which formulation is correct.

[0] https://arxiv.org/pdf/1706.02281.pdf

comment:7 in reply to: ↑ 6 Changed 5 years ago by gkronber

Replying to mkommend:

[...] However, in r17092 the formula for the AircraftLift problem and in r17094 the according description has been changed from alpha - alpha_0 to alpha + alpha_0. In the publication [0] the formula is stated with a minus as it has been originally implemented. Could you please check again which formulation is correct.

[0] https://arxiv.org/pdf/1706.02281.pdf

Thanks for the critical review. I rechecked the formula in J. Anderson "Fundamentals of Aerodynamics" 5th edition. The zero-lift angle of attack is typically in the range of -2° and -1° and is the angle where the lift of the airfoil is zero. Indeed I introduced an error in r17094. Fixed the formula in r17150.

Changed 5 years ago by gkronber

comment:8 Changed 5 years ago by gkronber

  • Owner changed from gkronber to mkommend
  • Status changed from assigned to reviewing

comment:9 Changed 5 years ago by mkommend

Reviewed r17150.

comment:10 Changed 5 years ago by mkommend

  • Status changed from reviewing to readytorelease

r17174: Merged r17092, r17093, r17094, r17150 into stable.

comment:11 Changed 5 years ago by jkarder

  • Resolution set to done
  • Status changed from readytorelease to closed
Note: See TracTickets for help on using tickets.