Joshua Burman
|
6ad573dc9d
|
Merge branch 'hotfix/QUANT-3375-obj-relax' into hotfix/1.8.1
|
2023-12-14 12:25:58 -05:00 |
|
Joshua Burman
|
d93dde3ceb
|
Merge branch 'hotfix/QUANT-3375-obj-relax' into hotfix/1.8.1
|
2023-12-14 12:23:36 -05:00 |
|
brmnjsh
|
fa2a903d89
|
import coin
|
2023-12-13 21:39:18 +00:00 |
|
brmnjsh
|
6d36762533
|
added relaxation to objective as well as time limit
|
2023-12-13 21:22:10 +00:00 |
|
brmnjsh
|
4fe8308e94
|
Merge pull request #39 from yardstick/feature/QUANT-3102
QUANT-3102: use Nexus to do builds
|
2023-12-05 11:00:47 -05:00 |
|
Taylor Christie
|
b5f1b88399
|
Update Jenkinsfile
|
2023-12-04 12:25:10 -07:00 |
|
Taylor Christie
|
55f71d6b81
|
Update Jenkinsfile
|
2023-12-04 12:22:08 -07:00 |
|
Joshua Burman
|
f1718eae37
|
new build args and secret values
|
2023-12-01 11:26:13 -05:00 |
|
Joshua Burman
|
8f89ad1169
|
pip.conf no longer needed
|
2023-11-30 13:04:31 -05:00 |
|
Joshua Burman
|
27abee53a3
|
target not default target for env var
|
2023-11-30 12:17:38 -05:00 |
|
Joshua Burman
|
1d38b19adb
|
set index and index url in secrest env
|
2023-11-30 12:09:30 -05:00 |
|
brmnjsh
|
04107d5be5
|
try without requirements.txt
|
2023-11-30 02:41:59 +00:00 |
|
brmnjsh
|
0675a634fb
|
remove .docker-compose dockerfile
|
2023-11-29 23:19:51 +00:00 |
|
brmnjsh
|
f2324c2613
|
get requirements.txt working
|
2023-11-29 23:18:59 +00:00 |
|
brmnjsh
|
d58954ec1d
|
Merge branch 'develop' into feature/QUANT-3102
|
2023-11-29 22:40:24 +00:00 |
|
brmnjsh
|
8920810b34
|
Merge pull request #44 from yardstick/feature/QUANT-3248
QUANT-3248: Multi-Objective functions and Linear relaxation (drift) attempt limit
|
2023-11-24 12:26:50 -05:00 |
|
Joshua Burman
|
6ecdbeb1e4
|
remove unused imports
|
2023-11-24 12:21:57 -05:00 |
|
Joshua Burman
|
a6072eb6eb
|
remove extra index, fix pip conf
|
2023-11-20 15:27:52 -05:00 |
|
Joshua Burman
|
ca9438c714
|
edit indexs
|
2023-11-20 15:22:26 -05:00 |
|
brmnjsh
|
151f4ded7f
|
Merge branch 'develop' into feature/QUANT-3102
|
2023-11-20 15:16:36 -05:00 |
|
Joshua Burman
|
cce34f51f7
|
10 percent not 15
|
2023-11-20 15:00:30 -05:00 |
|
Joshua Burman
|
ebaf33d38f
|
fix to attempts logic
|
2023-11-20 14:00:47 -05:00 |
|
Joshua Burman
|
533f83e2c6
|
addition of max attempts limit
|
2023-11-17 19:17:43 -05:00 |
|
Joshua Burman
|
82b6cd25ed
|
sneaky update: add multi-objective functions
|
2023-11-17 19:02:42 -05:00 |
|
brmnjsh
|
4001200e9b
|
Merge pull request #43 from yardstick/feature/QUANT-3205
QUANT-3205: IRT Enemies support
|
2023-11-17 19:00:01 -05:00 |
|
Joshua Burman
|
6e320d7cbc
|
enemy management v2.0
|
2023-11-16 12:52:37 -05:00 |
|
Joshua Burman
|
5b4387a04b
|
consolidate constraint types into single type var
|
2023-11-15 11:35:56 -05:00 |
|
Joshua Burman
|
eef86369ab
|
handle n enemy cleansing runs
|
2023-11-15 11:14:35 -05:00 |
|
Joshua Burman
|
c15345867d
|
but when removing enemy constraints
|
2023-11-14 16:14:23 -05:00 |
|
Joshua Burman
|
4e8c8416b6
|
typos, factoring out functionality
|
2023-11-13 19:08:01 -05:00 |
|
Joshua Burman
|
8667bec8d5
|
solve without enemies, initial impl. still requires factoring out
|
2023-11-13 16:37:35 -05:00 |
|
Joshua Burman
|
eb8138eaf9
|
make sure to add all constraint types to return
|
2023-11-12 18:37:29 -05:00 |
|
Joshua Burman
|
f1fa519f31
|
refactor of model targets and constraints, addition of new constraint types and constraint construction process
|
2023-11-12 18:32:48 -05:00 |
|
Joshua Burman
|
07af0ac0ac
|
cleanup
|
2023-11-10 19:12:25 -05:00 |
|
Joshua Burman
|
1dbf672383
|
refactor create constraints for targets
|
2023-11-10 18:39:16 -05:00 |
|
Joshua Burman
|
6d3639a0c1
|
moved constraints to objects
|
2023-11-10 15:21:16 -05:00 |
|
Joshua Burman
|
bbe82daffd
|
remove file
|
2023-11-09 18:13:35 -05:00 |
|
Joshua Burman
|
11979193de
|
refactor in prep for enemies
|
2023-11-09 16:12:26 -05:00 |
|
brmnjsh
|
040404cc82
|
update mirth version to 0.10.2
|
2023-10-31 17:55:54 +00:00 |
|
brmnjsh
|
bc46854c70
|
Merge branch 'develop' into feature/QUANT-3102
|
2023-10-31 17:38:24 +00:00 |
|
Adrian Manteza
|
49178380a4
|
Merge pull request #41 from yardstick/feature/QUANT-3199
QUANT-3199: Add Rasch functionality to form generation
|
2023-10-27 17:13:22 -04:00 |
|
brmnjsh
|
91d7b94bea
|
optional params to accomodate different irt models
|
2023-10-26 16:58:25 +00:00 |
|
brmnjsh
|
2984f18f9f
|
linking white paper and lower case irt model selection
|
2023-10-26 15:09:58 +00:00 |
|
brmnjsh
|
433879c205
|
log what irt model is used during form generation
|
2023-10-24 21:05:01 +00:00 |
|
brmnjsh
|
73f25edfa6
|
add rasch functionality to form generation
|
2023-10-24 20:06:20 +00:00 |
|
Nick Darrell
|
cd9c3eb2b4
|
try
|
2023-10-05 19:34:36 +00:00 |
|
Nick Darrell
|
edd8862c68
|
try
|
2023-10-05 18:20:11 +00:00 |
|
Nick Darrell
|
c14f05fa24
|
try
|
2023-10-05 18:17:03 +00:00 |
|
Nick Darrell
|
e78d01bec6
|
add parens?
|
2023-10-05 18:12:29 +00:00 |
|
Nick Darrell
|
a3c67c3b45
|
another way
|
2023-10-05 18:05:59 +00:00 |
|