---
title: maxIterations
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mllinearregressor/modelparameters-swift.struct/maxiterations
---

# maxIterations

## Declaration

```swift
var maxIterations: Int
```

## See Also

### Accessing parameters

- [validationData](createml/mllinearregressor/modelparameters-swift.struct/validationdata-swift.property.md)
- [l1Penalty](createml/mllinearregressor/modelparameters-swift.struct/l1penalty.md)
- [l2Penalty](createml/mllinearregressor/modelparameters-swift.struct/l2penalty.md)
- [stepSize](createml/mllinearregressor/modelparameters-swift.struct/stepsize.md)
- [convergenceThreshold](createml/mllinearregressor/modelparameters-swift.struct/convergencethreshold.md)
- [featureRescaling](createml/mllinearregressor/modelparameters-swift.struct/featurerescaling.md)
- [validation](createml/mllinearregressor/modelparameters-swift.struct/validation.md)
