RARD
Class which is used to implement residule-based adaptive refinement with distribution
RARD
Bases: adaptives
Class which implements stategy to call Residule-based Adaptive Refinement with Distribution, based on A comprehensive study of non-adaptive and residual-based adaptive sampling for physics-informed neural networks
__init__(frequency, pointsperfreq, k=2, c=0, samplefactor=3)
| Parameters: |
|
|---|
get_frequency()
| Returns: |
|
|---|
get_pointsperfreq()
| Returns: |
|
|---|
get_k()
| Returns: |
|
|---|
get_c()
| Returns: |
|
|---|
get_samplefactor()
| Returns: |
|
|---|
AdaptiveStrategy(model, domain, data, clps, ds_data, ds, i)
Sampling stategy to call Residule-based Adaptive Refinement with Distribtuion.
| Parameters: |
|
|---|